From 1a46b62a6b4c23ab9465d0938c5015b1ab2b493b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Dec 2013 04:12:42 +0000 Subject: Log where graph bundles are saved. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5216 a436a847-0d15-0410-975c-d299462d15a1 --- src/serialisation/Serialiser.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/serialisation/Serialiser.cpp b/src/serialisation/Serialiser.cpp index 709781bf..18e02df7 100644 --- a/src/serialisation/Serialiser.cpp +++ b/src/serialisation/Serialiser.cpp @@ -181,6 +181,8 @@ Serialiser::Impl::write_bundle(SPtr graph, path = Glib::path_get_dirname(path); } + _world.log().info(fmt("Writing bundle %1%\n") % path); + if (path[path.length() - 1] != '/') path.append("/"); -- cgit v1.2.1