mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
cc_timer.cpp: fix -Wformat warning
Origin commit data
------------------
Branch: ni/coolstream
Commit: a08ba54305
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-01-24 (Fri, 24 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -127,7 +127,7 @@ void CComponentsTimer::stopThread()
|
||||
delete tm_thread;
|
||||
tm_thread = NULL;
|
||||
tn.clear();
|
||||
dprintf(DEBUG_DEBUG,"\033[32m[CComponentsTimer] thread [%p] [%s] [%s - %d] thread object terminated after %lu ticks\033[0m\n", tm_thread, tn.c_str(), __func__, __LINE__, tm_ticks);
|
||||
dprintf(DEBUG_DEBUG,"\033[32m[CComponentsTimer] thread [%p] [%s] [%s - %d] thread object terminated after %llu ticks\033[0m\n", tm_thread, tn.c_str(), __func__, __LINE__, tm_ticks);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user