diff --git a/source/waypoint.cpp b/source/waypoint.cpp index 61040a0..d0b9eea 100644 --- a/source/waypoint.cpp +++ b/source/waypoint.cpp @@ -1059,7 +1059,7 @@ bool Waypoint::Load (void) { if (m_loadTries++ > 3) { - sprintf (m_infoBuffer, "Giving up loading waypoint file. Something went wrong.", engine.GetMapName ()); + sprintf (m_infoBuffer, "Giving up loading waypoint file (%s). Something went wrong.", engine.GetMapName ()); AddLogEntry (true, LL_ERROR, m_infoBuffer); return false;