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();