diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-20 14:59:34 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-20 15:02:10 +0100 |
commit | 676cc46f076efeaddba52a578345e189e4f8f53e (patch) | |
tree | 77f5cd517a3e84013b5e75e8c48ece766e8024a8 /src/TimestampDecoder.h | |
parent | 4422ab97c43e13735d274219a2957aae7ec60d76 (diff) | |
download | dabmod-676cc46f076efeaddba52a578345e189e4f8f53e.tar.gz dabmod-676cc46f076efeaddba52a578345e189e4f8f53e.tar.bz2 dabmod-676cc46f076efeaddba52a578345e189e4f8f53e.zip |
Replace a few fprintf calls by etiLog
Diffstat (limited to 'src/TimestampDecoder.h')
-rw-r--r-- | src/TimestampDecoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <frame_timestamp(%s, %d, %.9f, %d)>\n", t, this->timestamp_valid ? "valid" : "invalid", this->timestamp_sec, pps_offset(), |