From 676f2249d0dcaf24202885a91e19c25b64089684 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Jan 2008 01:38:33 +0000 Subject: More verbose LASH console output. git-svn-id: http://svn.drobilla.net/lad/raul@1012 a436a847-0d15-0410-975c-d299462d15a1 --- src/LashServerInterface.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/LashServerInterface.cpp') diff --git a/src/LashServerInterface.cpp b/src/LashServerInterface.cpp index 484a693..23fc4dc 100644 --- a/src/LashServerInterface.cpp +++ b/src/LashServerInterface.cpp @@ -56,7 +56,8 @@ LashServerInterface::handle_event(lash_event_t* ev) SharedPtr p; - //cout << "[LashDriver] LASH Event. Type = " << (unsigned int)type << ", string = " << str << "**********" << endl; + //cout << "[LashServerInterface] Event, type = " << (unsigned int)type + // << ", string = " << str << endl; switch (type) { case LASH_Project_Add: @@ -125,6 +126,7 @@ LashServerInterface::handle_event(lash_event_t* ev) void LashServerInterface::restore_project(const std::string& filename) { + cout << "[LASH] Restoring project at " << filename << endl; lash_event_t* event = lash_event_new_with_type(LASH_Project_Add); lash_event_set_string(event, filename.c_str()); lash_send_event(lash_client(), event); -- cgit v1.2.1