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:40 UTC

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

tweak devtools url message


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

Branch: refs/heads/master
Commit: 5c888c631789bdab71d807c10ceea938cdcb5f54
Parents: 98a1fe6
Author: Alexandre Abreu <al...@canonical.com>
Authored: Tue May 10 11:48:19 2016 -0400
Committer: Alexandre Abreu <al...@canonical.com>
Committed: Tue May 10 11:48:19 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-ubuntu/blob/5c888c63/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