diff options
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/conf.c b/src/conf.c index 8cf4f5b3a..4def2c839 100644 --- a/src/conf.c +++ b/src/conf.c @@ -553,13 +553,8 @@ read_rc_file(char *filename, options_t *options) 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!" ); } } } |