check for global level setting

This commit is contained in:
Gary Williams 2001-01-17 17:05:43 +00:00
parent 3281138bcf
commit eade718809

View File

@ -65,6 +65,9 @@ int lutil_mnem2level( char *level )
static void addSubsys( const char *subsys, int level ) static void addSubsys( const char *subsys, int level )
{ {
int i, j; int i, j;
if ( !strcasecmp( subsys, "global") ) global_level = level;
for( i = 0; i < numLevels; i++ ) for( i = 0; i < numLevels; i++ )
{ {
if ( levelArray[i] == NULL ) if ( levelArray[i] == NULL )