Reinstated the distinction of message sources, respected # in dialog
This commit is contained in:
@ -488,7 +488,7 @@ int Xorriso_process_msg_queues(struct XorrisO *xorriso, int flag)
|
||||
if(ret<=0)
|
||||
break;
|
||||
Xorriso_msgs_submit(xorriso, error_code, xorriso->info_text, os_errno,
|
||||
severity, 0);
|
||||
severity, (pass+1)<<2);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user