]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - index.c
Merge messages
[thirdparty/sarg.git] / index.c
diff --git a/index.c b/index.c
index 46d1139ebc8e6998f02aaebed81b9068c4a20591..3075b1aee466b30a81a7be0835c47cd48453f889 100644 (file)
--- a/index.c
+++ b/index.c
@@ -167,7 +167,7 @@ static long long int get_size(char *path,int path_size)
                }
                strcpy(path+path_len,direntp->d_name);
                if (MY_LSTAT(path,&statb) == -1) {
-                       debuga(_("Failed to get the file statistics of %s: %s\n"),path,strerror(errno));
+                       debuga(_("Failed to get the statistics of file \"%s\": %s\n"),path,strerror(errno));
                        continue;
                }
                if (S_ISDIR(statb.st_mode))
@@ -266,7 +266,7 @@ static long long int make_date_index_day(char *monthdir,int monthdir_size,int or
                }
                strcpy(monthdir+monthdir_len,direntp->d_name);
                if (MY_LSTAT(monthdir,&statb) == -1) {
-                       debuga(_("Failed to get the file statistics of %s: %s\n"),monthdir,strerror(errno));
+                       debuga(_("Failed to get the statistics of file \"%s\": %s\n"),monthdir,strerror(errno));
                        continue;
                }
                if (S_ISDIR(statb.st_mode))
@@ -426,7 +426,7 @@ static long long int make_date_index_month(char *yeardir,int yeardir_size,int or
                }
                strcpy(yeardir+yeardir_len,direntp->d_name);
                if (MY_LSTAT(yeardir,&statb) == -1) {
-                       debuga(_("Failed to get the file statistics of %s: %s\n"),yeardir,strerror(errno));
+                       debuga(_("Failed to get the statistics of file \"%s\": %s\n"),yeardir,strerror(errno));
                        continue;
                }
                if (S_ISDIR(statb.st_mode))