summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c515ff)
raw | patch | inline | side by side (parent: 1c515ff)
author | Kalle Wallin <kaw@linux.se> | |
Sat, 3 Jul 2004 13:22:58 +0000 (13:22 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Sat, 3 Jul 2004 13:22:58 +0000 (13:22 +0000) |
src/conf.c | patch | blob | history |
diff --git a/src/conf.c b/src/conf.c
index 8cf4f5b3a9049fa6b8f67d2062aed40a5b9a9348..4def2c839fadd91126049668e8ced12ccebe89e8 100644 (file)
--- a/src/conf.c
+++ b/src/conf.c
fprintf(stderr,
_("Unknown configuration parameter: %s\n"),
name);
-#ifdef DEBUG
- printf( " %s = %s %s\n",
- name,
- value,
- match_found ? "" : "- UNKNOWN SETTING!" );
-#endif
-
+ D("conf> %s = %s %s\n", name, value,
+ match_found ? "" : "- UNKNOWN SETTING!" );
}
}
}