diff options
Diffstat (limited to 'src/watermarkdecoder.hpp')
-rw-r--r-- | src/watermarkdecoder.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/watermarkdecoder.hpp b/src/watermarkdecoder.hpp index 57196e1..171d1ae 100644 --- a/src/watermarkdecoder.hpp +++ b/src/watermarkdecoder.hpp @@ -63,7 +63,8 @@ class WatermarkDecoder } - printf("Found SYNC at offset %zu out of %zu\n", bit_ix - alternance_count, m_confind_bits.size()); + fprintf(stderr, "Found SYNC at offset %zu out of %zu\n", + bit_ix - alternance_count, m_confind_bits.size()); std::stringstream watermark_ss; |