summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/paths.cc2
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);
}