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