From 676cc46f076efeaddba52a578345e189e4f8f53e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 20 Mar 2018 14:59:34 +0100 Subject: Replace a few fprintf calls by etiLog --- src/TimestampDecoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TimestampDecoder.h') diff --git a/src/TimestampDecoder.h b/src/TimestampDecoder.h index 31c8bec..ed41dfb 100644 --- a/src/TimestampDecoder.h +++ b/src/TimestampDecoder.h @@ -88,7 +88,7 @@ struct frame_timestamp } void print(const char* t) const { - fprintf(stderr, + etiLog.log(debug, "%s \n", t, this->timestamp_valid ? "valid" : "invalid", this->timestamp_sec, pps_offset(), -- cgit v1.2.3