diff options
Diffstat (limited to 'dpi')
-rw-r--r-- | dpi/bookmarks.c | 4 | ||||
-rw-r--r-- | dpi/ftp.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dpi/bookmarks.c b/dpi/bookmarks.c index afa70814..648b5f82 100644 --- a/dpi/bookmarks.c +++ b/dpi/bookmarks.c @@ -698,7 +698,7 @@ static void Bms_check_import(void) if (rc == 127) { MSG("Bookmarks: /bin/sh could not be executed\n"); } else if (rc == -1) { - MSG("Bookmarks: process creation failure: %s\n", + MSG("Bookmarks: process creation failure: %s\n", dStrerror(errno)); } dStr_sprintf(dstr, cmd2, OldBmFile, BmFile); @@ -706,7 +706,7 @@ static void Bms_check_import(void) if (rc == 127) { MSG("Bookmarks: /bin/sh could not be executed\n"); } else if (rc == -1) { - MSG("Bookmarks: process creation failure: %s\n", + MSG("Bookmarks: process creation failure: %s\n", dStrerror(errno)); } @@ -279,7 +279,7 @@ int main(int argc, char **argv) /* wget may need to write a temporary file... */ rc = chdir("/tmp"); if (rc == -1) { - MSG("paths: error changing directory to /tmp: %s\n", + MSG("paths: error changing directory to /tmp: %s\n", dStrerror(errno)); } |