diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-03-11 11:18:01 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-03-11 11:18:01 +0000 |
commit | 8834463bdd43dab422016b720b42eb1869e4192f (patch) | |
tree | bed91f50ff7123834222e844c7fe775f0888b673 /lib/MGA | |
parent | 54851da77809298d94bdb6d75f27541c4bcabd77 (diff) | |
download | drakiso-8834463bdd43dab422016b720b42eb1869e4192f.tar drakiso-8834463bdd43dab422016b720b42eb1869e4192f.tar.gz drakiso-8834463bdd43dab422016b720b42eb1869e4192f.tar.bz2 drakiso-8834463bdd43dab422016b720b42eb1869e4192f.tar.xz drakiso-8834463bdd43dab422016b720b42eb1869e4192f.zip |
Report name of ISO at end of build.
Diffstat (limited to 'lib/MGA')
-rw-r--r-- | lib/MGA/DrakISO/BuildISO.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/MGA/DrakISO/BuildISO.pm b/lib/MGA/DrakISO/BuildISO.pm index 941050c..0042b43 100644 --- a/lib/MGA/DrakISO/BuildISO.pm +++ b/lib/MGA/DrakISO/BuildISO.pm @@ -160,6 +160,8 @@ sub build_iso_image { print "linked as $link\n"; } } + + print "Created ISO $dest\n" if $::verbose; } 1; |