aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-05-02 15:31:08 +0200
committerjcid <devnull@localhost>2008-05-02 15:31:08 +0200
commitc5287176fbe834328ddf8cc65b7d84957f696c0b (patch)
treeb88bcb7f9e7def8f94376fb7f3bcdf2db7a1cccb
parentcf8e2bc54782dbbea1d5467f359b59a10130cbc2 (diff)
+ Added a message when creating ~/.dillo.
-rw-r--r--src/dillo.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dillo.cc b/src/dillo.cc
index ac6bea23..324940c0 100644
--- a/src/dillo.cc
+++ b/src/dillo.cc
@@ -61,6 +61,8 @@ static void Dillo_check_dillorc_dir(void)
MSG("Dillo: error creating directory %s: %s\n",dir,dStrerror(errno));
else
MSG("Dillo: error reading %s: %s\n", dir, dStrerror(errno));
+ } else {
+ MSG("Dillo: creating directory %s.\n", dir);
}
dFree(dir);
}