added debug out for fopen failure - really
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402026
This commit is contained in:
parent
3a061aa38d
commit
e1aba62c15
@ -4,7 +4,7 @@
|
||||
* SourceMod Admin Menu Plugin
|
||||
* 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
|
||||
|
@ -339,7 +339,7 @@ ParseConfigs()
|
||||
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user