From 3ea3da8b3f1800e6d13919f6ee2bd6d088c1906e Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Wed, 13 Nov 2013 20:09:24 +0000 Subject: Removed unnecessary format data. --- source/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Log.cpp') diff --git a/source/Log.cpp b/source/Log.cpp index fc19595db..a0de4531b 100644 --- a/source/Log.cpp +++ b/source/Log.cpp @@ -124,7 +124,7 @@ void cLog::Log(const char * a_Format, va_list argList) #endif if (m_File) { - fprintf(m_File, "%s\n", Line.c_str(), m_File); + fprintf(m_File, "%s\n", Line.c_str()); fflush(m_File); } -- cgit v1.2.3