1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-10 16:30:07 +00:00

Switches TapeUEF to using LOG.

Reducing console noise for release builds.
This commit is contained in:
Thomas Harte 2019-02-02 22:30:10 -05:00
parent caf72afcb4
commit 10c98f0a15

View File

@ -12,6 +12,8 @@
#include <cstdlib>
#include <cmath>
#include "../../../Outputs/Log.hpp"
// MARK: - ZLib extensions
static float gzgetfloat(gzFile file) {
@ -153,7 +155,7 @@ void UEF::get_next_pulses() {
break;
default:
printf("!!! Skipping %04x\n", next_chunk.id);
LOG("!!! Skipping " << std::hex << next_chunk.id << std::endl);
break;
}