]> git.sur5r.net Git - i3/i3/commitdiff
Log the configfile name in verbose log, not only debug log (Thanks Han)
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 28 Dec 2011 23:04:48 +0000 (00:04 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 28 Dec 2011 23:04:48 +0000 (00:04 +0100)
src/config.c

index 47a701d2aef2c6c16a2f0e70f9be89165b88d890..c2ce8dcb67fc5a8ca731aecae13cb510bc02f77d 100644 (file)
@@ -248,7 +248,7 @@ static char *get_config_path(const char *override_configpath) {
  */
 static void parse_configuration(const char *override_configpath) {
     char *path = get_config_path(override_configpath);
-    DLOG("Parsing configfile %s\n", path);
+    LOG("Parsing configfile %s\n", path);
     FREE(current_configpath);
     current_configpath = path;
     parse_file(path);