Fix debug message to match the method's name
Change-Id: Ieaf7366663beeecec3240353d045fb19e2ae99ee Reviewed-by: Louai Al-Khanji <louai.al-khanji@theqtcompany.com>bb10
parent
95c9a0376e
commit
215a04d51a
|
|
@ -640,7 +640,7 @@ qint64 QProcessPrivate::writeToStdin(const char *data, qint64 maxlen)
|
|||
void QProcessPrivate::terminateProcess()
|
||||
{
|
||||
#if defined (QPROCESS_DEBUG)
|
||||
qDebug("QProcessPrivate::killProcess()");
|
||||
qDebug("QProcessPrivate::terminateProcess()");
|
||||
#endif
|
||||
if (pid)
|
||||
::kill(pid_t(pid), SIGTERM);
|
||||
|
|
|
|||
Loading…
Reference in New Issue