]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/import/pull-job.c
import: when completed, say how many bytes we wrote/acquired
[thirdparty/systemd.git] / src / import / pull-job.c
index 826da953785d2b777c08ef15bd4a1a40d34aefdd..fb869e7095f5408e2f4146a7c0101f2a00155c5d 100644 (file)
@@ -272,6 +272,8 @@ void pull_job_curl_on_finished(CurlGlue *g, CURL *curl, CURLcode result) {
                 }
         }
 
+        log_info("Acquired %s.", FORMAT_BYTES(j->written_uncompressed));
+
         r = 0;
 
 finish: