mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +00:00
Add a little more context to configuration errors.
This commit is contained in:
parent
e5b2ced9d1
commit
380a05bbdf
1 changed files with 2 additions and 2 deletions
|
@ -594,7 +594,7 @@ bool CSynapseServer::DoResolve( CSynapseClient *pClient ){
|
|||
// the stack didn't change last loop
|
||||
iCurrent++;
|
||||
if ( iCurrent == mStack.end() ) {
|
||||
Syn_Printf( "ERROR: CSynapseServer::Resolve, failed to resolve\n" );
|
||||
Syn_Printf( "ERROR: CSynapseServer::Resolve, failed to resolve config for %s\n", pClient->GetName() );
|
||||
DumpStack();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue