add more debug

This commit is contained in:
Isaac Connor
2016-09-28 09:08:00 -04:00
parent 00ef0f4d78
commit 48d9f31fa9

View File

@@ -41,6 +41,8 @@ bool ValidateAccess( User *user, int mon_id ) {
if ( !allowed ) {
Error( "Error, insufficient privileges for requested action" );
exit( -1 );
} else {
Debug( 1, "User allowed.");
}
return( allowed );
}