chiark / gitweb /
import: clarify when we are unpacking the qcow2 device
authorLennart Poettering <lennart@poettering.net>
Mon, 19 Jan 2015 19:22:50 +0000 (20:22 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 19 Jan 2015 19:24:10 +0000 (20:24 +0100)
src/import/import-raw.c

index da72725f3cae9090c64548dedcd014393e4a9477..80fdbb77819f8fa1a80931c4a678240ee6cfd35f 100644 (file)
@@ -264,6 +264,8 @@ static int raw_import_maybe_convert_qcow2(RawImportFile *f) {
         if (converted_fd < 0)
                 return log_error_errno(errno, "Failed to create %s: %m", t);
 
+        log_info("Unpacking QCOW2 file.");
+
         r = qcow2_convert(f->disk_fd, converted_fd);
         if (r < 0) {
                 unlink(t);