diff --git a/src/replicator/replication.cc b/src/replicator/replication.cc index 5e63e089..4655fcf4 100644 --- a/src/replicator/replication.cc +++ b/src/replicator/replication.cc @@ -445,11 +445,11 @@ void Planet::writeFile(RemoteURL &remote, std::shared_ptr(data.get()->data()), data.get()->size()); myfile.flush(); myfile.close(); - log_debug("Wrote downloaded file %1% to disk from %2%", local_file_path, remote.domain); + log_debug("Wrote downloaded file %1% to disk from %2%", remote.destdir_base + remote.filespec, remote.domain); } Planet::~Planet(void)