diff options
Diffstat (limited to 'src/paths.cc')
-rw-r--r-- | src/paths.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paths.cc b/src/paths.cc index 9d0abda0..6fccb89a 100644 --- a/src/paths.cc +++ b/src/paths.cc @@ -38,7 +38,7 @@ void Paths::init(void) oldWorkingDir = dGetcwd(); 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)); } |