From 49762e3472fd4098fb3ae1a18f751024056e40df Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Fri, 7 Sep 2012 23:05:04 +0200 Subject: Extended warnings for parsing warps Reviewed-by: bjorn. --- src/game-server/mapcomposite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game-server/mapcomposite.cpp b/src/game-server/mapcomposite.cpp index 962dbee..cdea12a 100644 --- a/src/game-server/mapcomposite.cpp +++ b/src/game-server/mapcomposite.cpp @@ -806,7 +806,7 @@ void MapComposite::initializeContent() } else { - LOG_WARN("Unrecognized warp format"); + LOG_WARN("Unrecognized warp format on map " << mName); } } else if (utils::compareStrI(type, "SPAWN") == 0) -- cgit