From a8b22e5292e5b0e47a7dbecf47e530f877624ecf Mon Sep 17 00:00:00 2001 From: truebrain Date: Thu, 1 Dec 2011 12:04:10 +0000 Subject: (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') --- src/ai/ai_scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ai/ai_scanner.cpp') diff --git a/src/ai/ai_scanner.cpp b/src/ai/ai_scanner.cpp index 25d38ccdb..f903061e4 100644 --- a/src/ai/ai_scanner.cpp +++ b/src/ai/ai_scanner.cpp @@ -67,7 +67,7 @@ AIInfo *AIScannerInfo::SelectRandomAI() const } if (num_random_ais == 0) { - DEBUG(ai, 0, "No suitable AI found, loading 'dummy' AI."); + DEBUG(script, 0, "No suitable AI found, loading 'dummy' AI."); return this->info_dummy; } -- cgit v1.2.3-54-g00ecf