diff options
| author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2013-01-19 23:41:03 +0100 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2013-01-19 23:41:07 +0100 |
| commit | 3afab4c1bb302c3c4e1d0d6579a823565e1909bf (patch) | |
| tree | 1927f1693b4897219bd002f09b88f39893deec85 /tools | |
| parent | d16ee17c08a383b77070f3ba40d91882c0cb56e8 (diff) | |
msiextract: print extract name during extraction
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/msiextract.vala | 1 |
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); } |
