Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_magickpp / trgt_magickpp.cpp
index 7532291..875f2b5 100644 (file)
@@ -5,7 +5,7 @@
 **     $Id$
 **
 **     \legal
-**     Copyright 2007 Chris Moore
+**     Copyright (c) 2007, 2008 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -197,6 +197,7 @@ magickpp_trgt::~magickpp_trgt()
                try
                {
                        Magick::writeImages(images.begin(), images.end(), filename);
+                       synfig::info("done");
                }
                catch(Magick::Warning warning) {
                        synfig::warning("exception '%s'", warning.what());