summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-09-07 23:05:04 +0200
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-09-22 12:48:56 +0200
commit49762e3472fd4098fb3ae1a18f751024056e40df (patch)
tree39080cb12bad6f26c4d0fbb3c711dd978fa66b22 /src
parent86c407e390c4a390119174554330ec01dd8b236a (diff)
downloadmanaserv-49762e3472fd4098fb3ae1a18f751024056e40df.tar.gz
manaserv-49762e3472fd4098fb3ae1a18f751024056e40df.tar.xz
manaserv-49762e3472fd4098fb3ae1a18f751024056e40df.zip
Extended warnings for parsing warps
Reviewed-by: bjorn.
Diffstat (limited to 'src')
-rw-r--r--src/game-server/mapcomposite.cpp2
1 files changed, 1 insertions, 1 deletions
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)