]> git.sesse.net Git - nageru/commitdiff
Reduce a little console spam.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 May 2017 20:26:53 +0000 (22:26 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 19 May 2017 20:26:53 +0000 (22:26 +0200)
analyzer.cpp

index cca3133090c7f0478bd977440caeb8827554f13b..d48176036a1df67c3b9e132757351c4c9fb2e726 100644 (file)
@@ -116,7 +116,7 @@ void Analyzer::grab_clicked()
 
        Mixer::DisplayFrame frame;
        if (!global_mixer->get_display_frame(channel, &frame)) {
-               printf("Not ready yet\n");
+               // Not ready yet.
                return;
        }