mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Replace remaining fprintf with tfm::format manually
This commit is contained in:
parent
fac03ec43a
commit
fa8f195195
6 changed files with 9 additions and 11 deletions
|
|
@ -57,7 +57,7 @@ struct CLockLocation {
|
|||
|
||||
std::string ToString() const
|
||||
{
|
||||
return tfm::format(
|
||||
return strprintf(
|
||||
"%s %s:%s%s (in thread %s)",
|
||||
mutexName, sourceFile, itostr(sourceLine), (fTry ? " (TRY)" : ""), m_thread_name);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue