summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
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;
}
}