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:
parent
caf72afcb4
commit
10c98f0a15
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user