You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2016/05/19 09:54:47 UTC

[4/8] cordova-ubuntu git commit: tweak devtools url message

tweak devtools url message

(cherry picked from commit 5c888c631789bdab71d807c10ceea938cdcb5f54)


Project: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/commit/2885060b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/tree/2885060b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/diff/2885060b

Branch: refs/heads/4.3.x
Commit: 2885060b423a8a5d6c877d713c77896876b6142d
Parents: 8053633
Author: Alexandre Abreu <al...@canonical.com>
Authored: Tue May 10 11:48:19 2016 -0400
Committer: David Barth <da...@canonical.com>
Committed: Thu May 19 11:16:25 2016 +0200

----------------------------------------------------------------------
 main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/2885060b/main.cpp
----------------------------------------------------------------------
diff --git a/main.cpp b/main.cpp
index 14818d6..4e676da 100644
--- a/main.cpp
+++ b/main.cpp
@@ -104,7 +104,7 @@ int main(int argc, char *argv[]) {
       debuggingDevtoolsIp = getDebuggingDevtoolsIp();
       debuggingDevtoolsPort = kDebuggingDevtoolsDefaultPort;
 
-      qDebug() << QString("Devtools started at http://%1:%2")
+      qDebug() << QString("Devtools URL: http://%1:%2")
         .arg(debuggingDevtoolsIp)
         .arg(debuggingDevtoolsPort);
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org