* Output of URIs (during merge, pull, push) now omits passwords.
This commit is contained in:
Johannes Schlatow
2011-11-28 22:45:31 +01:00
parent 93337f499e
commit ea44eaac1c
5 changed files with 28 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ int CmdPush::execute (std::string& output)
ofile3 << ifile3.rdbuf();
}
output += format (STRING_CMD_PUSH_TRANSFERRED, uri._data) + "\n";
output += format (STRING_CMD_PUSH_TRANSFERRED, uri.ToString ()) + "\n";
}
else
throw std::string (STRING_CMD_PUSH_NO_URI);