diff options
author | corvid <corvid@lavabit.com> | 2009-04-28 16:02:19 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-04-28 16:02:19 +0000 |
commit | 5516a7119aa01d10beb738fd6b0b37f1ae4a5f61 (patch) | |
tree | 5187b27b8e99d76b5efe93a6eda4967b41a67541 /src/paths.cc | |
parent | a7e8afc8f2f90e55be9df6563b4ef0cc545b74b5 (diff) |
fix prefs dillorc MSG
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 febe7741..06d33ae5 100644 --- a/src/paths.cc +++ b/src/paths.cc @@ -85,7 +85,7 @@ FILE *Paths::getPrefsFP(const char *rcFile) MSG("paths: Cannot open file '%s'\n",path2); MSG("paths: Using internal defaults...\n"); } else { - MSG("paths: Using %s\n", path); + MSG("paths: Using %s\n", path2); } dFree(path2); } |