From aafec68167faeab9f5db6fc5c183c7f22a14a826 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 30 Sep 2014 19:39:17 +0000 Subject: debug output --- spectrogram.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spectrogram.c') diff --git a/spectrogram.c b/spectrogram.c index 1f6a969..256bdaa 100644 --- a/spectrogram.c +++ b/spectrogram.c @@ -120,7 +120,7 @@ main(int argc, char **argv) samples = init_sio(); init_fft(samples); - warnx("samples: %d", samples); + warnx("%s samples: %d", __func__, samples); XtAppAddActions(app, actionsList, XtNumber(actionsList)); acs = XtParseAcceleratorTable("q: quit()"); -- cgit v1.2.3