Skip to content

v0.2.51..v0.2.52 changeset ChangesetApplyCmd.cpp

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetApplyCmd.cpp b/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetApplyCmd.cpp
index 5fd9cb1..592becd 100644
--- a/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetApplyCmd.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/cmd/ChangesetApplyCmd.cpp
@@ -98,8 +98,9 @@ public:
       QUrl osm;
       osm.setUrl(args[args.size() - 1]);
 
-      //  Create a URL without user info for logging
+      //  Create a URL without IP and user info for logging
       QString printableUrl = osm.toString(QUrl::RemoveUserInfo);
+      HootNetworkRequest::removeIpFromUrlString(printableUrl, osm);
 
       const int maxFilePrintLength = ConfigOptions().getProgressVarPrintLengthMax();
 
Clone this wiki locally