diff --git a/src/zms.cpp b/src/zms.cpp index b16165b21..40433ff9c 100644 --- a/src/zms.cpp +++ b/src/zms.cpp @@ -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 ); }