From e3e4d0cca07dfa5487acb54596ac978f2343fc40 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 24 Feb 2004 16:19:56 +0000 Subject: why not tell us something informative when you're telling us something anyway? --- (limited to 'core') diff --git a/core/launcher/applauncher.cpp b/core/launcher/applauncher.cpp index a8779a5..c3584ad 100644 --- a/core/launcher/applauncher.cpp +++ b/core/launcher/applauncher.cpp @@ -484,7 +484,7 @@ bool AppLauncher::executeBuiltin(const QString &c, const QString &document) bool AppLauncher::execute(const QString &c, const QString &docParam, bool noRaise) { - qWarning("AppLauncher::execute"); + qWarning("AppLauncher::execute '%s' '%s'", (const char*) c, (const char*) docParam ); // Convert the command line in to a list of arguments QStringList list = QStringList::split(QRegExp(" *"),c); if ( !docParam.isEmpty() ) -- cgit v0.9.0.2