Fix debug message to match the method's name
Change-Id: Ieaf7366663beeecec3240353d045fb19e2ae99ee Reviewed-by: Louai Al-Khanji <louai.al-khanji@theqtcompany.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user