From 376804db8788bfde1985b9d2bbc14af68e9c9260 Mon Sep 17 00:00:00 2001 From: kh1 Date: Mon, 16 Jan 2012 23:42:54 +0100 Subject: Use qDebug instead of verbose. The message handler now forwards everything to the verbosew riter anyway. Change-Id: I822f86e8f2e2e7690a3b855ed83199d2f41dc480 Reviewed-by: Tim Jenssen --- installerbuilder/libinstaller/qprocesswrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installerbuilder/libinstaller/qprocesswrapper.cpp') diff --git a/installerbuilder/libinstaller/qprocesswrapper.cpp b/installerbuilder/libinstaller/qprocesswrapper.cpp index 2d93c2842..739f96d8a 100644 --- a/installerbuilder/libinstaller/qprocesswrapper.cpp +++ b/installerbuilder/libinstaller/qprocesswrapper.cpp @@ -183,7 +183,7 @@ bool startDetached(const QString &program, const QStringList &args, const QStrin bool QProcessWrapper::startDetached(const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid) { - qDebug() << Q_FUNC_INFO; + qDebug() << Q_FUNC_INFO << program << arguments; QProcessWrapper w; if (w.d->createSocket()) { const QPair result = callRemoteMethod >(w.d->stream, -- cgit v1.2.3