summaryrefslogtreecommitdiffstats
path: root/Examples/WhisperDesktop/Utils/logger.h
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-02-03 19:01:04 +0100
committerKonstantin <const@const.me>2023-02-03 19:01:04 +0100
commit3f3a9a156736d4da0339b3c2d9b042f4ed7c7fb2 (patch)
treec3a4ba4291cb9fd6fae27d1e86c5ec26578aa6a2 /Examples/WhisperDesktop/Utils/logger.h
parent3ba8e6389679007445f4fc1c52439cb0df3ddba0 (diff)
Refactor, removed a redundant function
Diffstat (limited to 'Examples/WhisperDesktop/Utils/logger.h')
-rw-r--r--Examples/WhisperDesktop/Utils/logger.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Examples/WhisperDesktop/Utils/logger.h b/Examples/WhisperDesktop/Utils/logger.h
index 07ec012..42fefde 100644
--- a/Examples/WhisperDesktop/Utils/logger.h
+++ b/Examples/WhisperDesktop/Utils/logger.h
@@ -33,4 +33,5 @@ HRESULT logNewSegments( const Whisper::iTranscribeResult* results, size_t newSeg
void clearLastError();
bool getLastError( CString& rdi );
-void printTimeStamp( CStringA& rdi, Whisper::sTimeSpan ts ); \ No newline at end of file
+
+void printTime( CStringA& rdi, Whisper::sTimeSpan time, bool comma = false ); \ No newline at end of file