Reinstated the distinction of message sources, respected # in dialog

This commit is contained in:
2007-10-17 15:01:49 +00:00
parent bbb8ddfd1f
commit 8b7fc3e911
3 changed files with 22 additions and 6 deletions

View File

@ -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++;
}
}