]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
Add information about the log message generation location to wxLog.
[wxWidgets.git] / src / common / file.cpp
index 58e36f221899a1557a96c7015cb2871b53b73092..d4514c569303252294aa3f7f734e84a24dac3d73 100644 (file)
@@ -560,7 +560,9 @@ void wxTempFile::Discard()
 {
     m_file.Close();
     if ( wxRemove(m_strTemp) != 0 )
+    {
         wxLogSysError(_("can't remove temporary file '%s'"), m_strTemp.c_str());
+    }
 }
 
 #endif // wxUSE_FILE