Fix erroneous () in DebugReport:: printouts. (#517)
This commit is contained in:
parent
47dd2870d9
commit
2deaa666f3
@ -185,7 +185,7 @@ void DebugReport::ReportError(const IErrorReport &report, IFrameIterator &iter)
|
|||||||
|
|
||||||
if (blame)
|
if (blame)
|
||||||
{
|
{
|
||||||
g_Logger.LogError("[SM] Blaming: %s()", blame);
|
g_Logger.LogError("[SM] Blaming: %s", blame);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!iter.Done())
|
if (!iter.Done())
|
||||||
@ -211,7 +211,7 @@ void DebugReport::ReportError(const IErrorReport &report, IFrameIterator &iter)
|
|||||||
{
|
{
|
||||||
file = "<unknown>";
|
file = "<unknown>";
|
||||||
}
|
}
|
||||||
g_Logger.LogError("[SM] [%d] Line %d, %s::%s()",
|
g_Logger.LogError("[SM] [%d] Line %d, %s::%s",
|
||||||
index,
|
index,
|
||||||
iter.LineNumber(),
|
iter.LineNumber(),
|
||||||
file,
|
file,
|
||||||
|
Loading…
Reference in New Issue
Block a user