diff options
author | jcid <devnull@localhost> | 2008-05-02 15:31:08 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-02 15:31:08 +0200 |
commit | c5287176fbe834328ddf8cc65b7d84957f696c0b (patch) | |
tree | b88bcb7f9e7def8f94376fb7f3bcdf2db7a1cccb /src/dillo.cc | |
parent | cf8e2bc54782dbbea1d5467f359b59a10130cbc2 (diff) |
+ Added a message when creating ~/.dillo.
Diffstat (limited to 'src/dillo.cc')
-rw-r--r-- | src/dillo.cc | 2 |
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); } |