Change to priority classes. Will probably require some fixings.
- Now using priority classes internally and in protocol - Converting (depreciated) priorty numbers to the classes BACKGROUND, INFO and FOREGROUND - Added menu_goto command (only works when menu not active)
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ void report( const int level, const char *format, .../*args*/ )
|
||||
int set_reporting( char *application_name, int new_level, int new_dest )
|
||||
{
|
||||
if( new_level < RPT_CRIT || new_level > RPT_DEBUG ) {
|
||||
report( RPT_ERR, "debug level invalid: %d", new_level );
|
||||
report( RPT_ERR, "report level invalid: %d", new_level );
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user