summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2011-12-01 12:04:10 +0000
committertruebrain <truebrain@openttd.org>2011-12-01 12:04:10 +0000
commita8b22e5292e5b0e47a7dbecf47e530f877624ecf (patch)
tree73e78e63639615b579436a0d6df3df4eb0ab3391 /src/settings.cpp
parentfedeba5f0021217ce23fbe106b31687cbeb643ce (diff)
downloadopenttd-a8b22e5292e5b0e47a7dbecf47e530f877624ecf.tar.xz
(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 4082b8dbd..8a9d0548a 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -1330,7 +1330,7 @@ static void AILoadConfig(IniFile *ini, const char *grpname)
config->Change(item->name);
if (!config->HasScript()) {
if (strcmp(item->name, "none") != 0) {
- DEBUG(ai, 0, "The AI by the name '%s' was no longer found, and removed from the list.", item->name);
+ DEBUG(script, 0, "The AI by the name '%s' was no longer found, and removed from the list.", item->name);
continue;
}
}