summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-19 23:41:03 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2013-01-19 23:41:07 +0100
commit3afab4c1bb302c3c4e1d0d6579a823565e1909bf (patch)
tree1927f1693b4897219bd002f09b88f39893deec85 /tools
parentd16ee17c08a383b77070f3ba40d91882c0cb56e8 (diff)
downloadmsitools-3afab4c1bb302c3c4e1d0d6579a823565e1909bf.tar.gz
msitools-3afab4c1bb302c3c4e1d0d6579a823565e1909bf.tar.xz
msitools-3afab4c1bb302c3c4e1d0d6579a823565e1909bf.zip
msiextract: print extract name during extraction
Diffstat (limited to 'tools')
-rw-r--r--tools/msiextract.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/msiextract.vala b/tools/msiextract.vala
index 465497b..18f1e5b 100644
--- a/tools/msiextract.vala
+++ b/tools/msiextract.vala
@@ -40,6 +40,7 @@ public void extract_cab (Libmsi.Database db, string cab,
warning ("couldn't lookup MSI name, fallback on cab name %s", extname);
}
current.set_extract_name (extname);
+ GLib.stdout.printf ("%s\n", extname);
return true;
}, null);
}