removed debug printfs()
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33853 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
558e784657
commit
c9ad965c81
@ -471,8 +471,8 @@ BDirectWindow::_DirectDaemon()
|
||||
} while (status == B_INTERRUPTED);
|
||||
|
||||
if (status != B_OK) {
|
||||
fprintf(stderr, "DirectDaemon: failed to acquire direct sem: %s\n",
|
||||
strerror(status));
|
||||
//fprintf(stderr, "DirectDaemon: failed to acquire direct sem: %s\n",
|
||||
// strerror(status));
|
||||
return -1;
|
||||
}
|
||||
|
||||
@ -500,8 +500,8 @@ BDirectWindow::_DirectDaemon()
|
||||
// If we aren't quick enough to release this sem, our app
|
||||
// will be terminated by the app_server
|
||||
if ((status = release_sem(fDisableSemAck)) != B_OK) {
|
||||
fprintf(stderr, "DirectDaemon: failed to release sem: %s\n",
|
||||
strerror(status));
|
||||
//fprintf(stderr, "DirectDaemon: failed to release sem: %s\n",
|
||||
//strerror(status));
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user