From 575f880ceb77ad9fd8c82a22805dacee14acda82 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 3 Jul 2013 00:16:56 +0200 Subject: add note about debug output --- mpd-notification.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mpd-notification.c') diff --git a/mpd-notification.c b/mpd-notification.c index e844eea..c9d1bff 100644 --- a/mpd-notification.c +++ b/mpd-notification.c @@ -37,7 +37,11 @@ int main(int argc, char ** argv) { struct mpd_connection * conn = NULL; struct mpd_song * song = NULL; - printf("%s: %s v%s (compiled: " __DATE__ ", " __TIME__ ")\n", argv[0], PROGNAME, VERSION); + printf("%s: %s v%s (compiled: " __DATE__ ", " __TIME__ +#if DEBUG + ", with debug output" +#endif + ")\n", argv[0], PROGNAME, VERSION); conn = mpd_connection_new(NULL, 0, 30000); -- cgit v1.2.3-54-g00ecf