diff options
author | Rob Savoye | 2010-11-29 11:41:07 -0700 |
---|---|---|
committer | Rob Savoye | 2010-11-29 11:41:07 -0700 |
commit | 8c37ad1bd2811623e803aafc566ad7029a5ce744 (patch) | |
tree | a0b083641b8531b5df21db01a978881b47fb0a25 /gr-run-waveform/xyzzy-load.c | |
parent | 91f39c0d0ce2783b49ab34d77396c62cfb30d315 (diff) | |
download | gnuradio-8c37ad1bd2811623e803aafc566ad7029a5ce744.tar.gz gnuradio-8c37ad1bd2811623e803aafc566ad7029a5ce744.tar.bz2 gnuradio-8c37ad1bd2811623e803aafc566ad7029a5ce744.zip |
be less verbose
Diffstat (limited to 'gr-run-waveform/xyzzy-load.c')
-rw-r--r-- | gr-run-waveform/xyzzy-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-run-waveform/xyzzy-load.c b/gr-run-waveform/xyzzy-load.c index a8ce2812c..3c671e91d 100644 --- a/gr-run-waveform/xyzzy-load.c +++ b/gr-run-waveform/xyzzy-load.c @@ -257,7 +257,7 @@ SCM_DEFINE (scm_xyzzy_search_path, "xyyzy-search-path", 2, 1, 0, /* If the file exists at all, we should return it. If the file is inaccessible, then that's an error. */ - fprintf(stderr, "TRACE %s: %d: \"%s\"\n", __FUNCTION__, __LINE__, buf.buf); + /* fprintf(stderr, "TRACE %s: %d: \"%s\"\n", __FUNCTION__, __LINE__, buf.buf); */ if (xyzzy_file_exists(buf.buf) || (stat (buf.buf, &mode) == 0 |