added debug out for fopen failure - really

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402026
This commit is contained in:
Scott Ehlert 2008-04-10 18:14:30 +00:00
parent 3a061aa38d
commit e1aba62c15
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* SourceMod Admin Menu Plugin * SourceMod Admin Menu Plugin
* Creates the base admin menu, for plugins to add items to. * Creates the base admin menu, for plugins to add items to.
* *
* SourceMod (C)2004-2007 AlliedModders LLC. All rights reserved. * SourceMod (C)2004-2008 AlliedModders LLC. All rights reserved.
* ============================================================================= * =============================================================================
* *
* This program is free software; you can redistribute it and/or modify it under * This program is free software; you can redistribute it and/or modify it under

View File

@ -339,7 +339,7 @@ ParseConfigs()
if (!FileExists(configPath)) if (!FileExists(configPath))
{ {
LogError("Unable to locate admin menu groups file, no groups loaded."); LogError("Unable to locate admin menu groups file: %s", configPath);
return; return;
} }