mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
build fix for the case when QPROCESS_DEBUG is defined
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e6eb9b93ea
commit
6f3bdb4c3e
2 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ void QProcessManager::catchDeadChildren()
|
|||
qt_safe_write((*it)->d_func()->deathPipe[1], "", 1);
|
||||
|
||||
#if defined (QPROCESS_DEBUG)
|
||||
qDebug() << "QProcessManager::run() sending death notice to" << process;
|
||||
qDebug() << "QProcessManager::run() sending death notice to" << (*it);
|
||||
#endif
|
||||
++it;
|
||||
}
|
||||
|
|
|
@ -112,7 +112,7 @@ int QEventDispatcherUNIXPrivate::doSelect(QEventLoop::ProcessEventsFlags flags,
|
|||
if (ret == -1 && (fds.revents & POLLNVAL) != 0) {
|
||||
// disable the invalid socket notifier
|
||||
qWarning("QSocketNotifier: Invalid socket %d and type '%s', disabling...",
|
||||
sn->fd, sockTypeString[type]);
|
||||
sn->fd, sockTypeString[type]);
|
||||
sn->obj->setEnabled(false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue