summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-05-23 03:00:29 +0000
committercorvid <devnull@localhost>2014-05-23 03:00:29 +0000
commit38a1bc1f8075b35025ee1ae3eebda066e6d534a3 (patch)
treee7b5aa2fca2033ef0cdf67151c4e2b0d623c4c24 /src
parent14dcb7a9e312d03ac7a63d6a8ec955550de69653 (diff)
a little more
Diffstat (limited to 'src')
-rw-r--r--src/paths.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paths.cc b/src/paths.cc
index 18712995..bb233de8 100644
--- a/src/paths.cc
+++ b/src/paths.cc
@@ -45,7 +45,7 @@ void Paths::init(void)
path = dStrconcat(dGethomedir(), "/.dillo", NULL);
if (stat(path, &st) == -1) {
if (errno == ENOENT) {
- MSG("paths: Creating directory %s\n", path);
+ MSG("paths: Creating directory '%s/'\n", path);
if (mkdir(path, 0700) < 0) {
MSG("paths: Error creating directory %s: %s\n",
path, dStrerror(errno));