From fa8f195195945ce6258199af0461e3fbfbc1236d Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Thu, 13 Jun 2019 09:43:24 -0400 Subject: Replace remaining fprintf with tfm::format manually --- src/sync.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sync.cpp') diff --git a/src/sync.cpp b/src/sync.cpp index 8dfbbf08b..20258d8e9 100644 --- a/src/sync.cpp +++ b/src/sync.cpp @@ -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); } -- cgit v1.2.3