mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +00:00
Normalises logging.
This commit is contained in:
parent
d77ddaf4fa
commit
e52649f74d
@ -12,6 +12,7 @@
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
|
||||
#define LOG_PREFIX "[UEF] "
|
||||
#include "../../../Outputs/Log.hpp"
|
||||
|
||||
// MARK: - ZLib extensions
|
||||
@ -155,7 +156,7 @@ void UEF::get_next_pulses() {
|
||||
break;
|
||||
|
||||
default:
|
||||
LOG("!!! Skipping " << std::hex << next_chunk.id << std::endl);
|
||||
LOG("Skipping chunk of type " << PADHEX(4) << next_chunk.id);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user