aboutsummaryrefslogtreecommitdiffstats
path: root/mpd-notification.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpd-notification.c')
-rw-r--r--mpd-notification.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpd-notification.c b/mpd-notification.c
index 0ef50ad..d064700 100644
--- a/mpd-notification.c
+++ b/mpd-notification.c
@@ -330,10 +330,10 @@ int main(int argc, char ** argv) {
if (pixbuf == NULL)
#endif
icon = get_icon(music_dir, uri);
- }
- if (verbose > 0 && icon != NULL)
- printf("%s: found icon: %s\n", program, icon);
+ if (verbose > 0 && icon != NULL)
+ printf("%s: found icon: %s\n", program, icon);
+ }
mpd_song_free(song);
} else if (state == MPD_STATE_PAUSE)