Fixed some minor issues with the NOTIFY call.

This commit is contained in:
Jorrit Herder
2005-05-24 14:35:58 +00:00
parent 70cdffcc18
commit 0899f82ab2
22 changed files with 87 additions and 137 deletions

View File

@@ -869,8 +869,9 @@ message *m;
int r;
/* Try to get a fresh copy of the buffer with kernel messages. */
r=0;
if ((r=sys_getkmessages(&kmess)) != OK) {
printf("TTY: couldn't get copy of kmessages: %d\n", r);
printf("TTY: couldn't get copy of kmessages: %d, 0x%x\n", r,r);
return;
}