From 092eb35edb999a9dd809e197d7dd9a4ebb0d6bd5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Jan 2010 18:33:54 +0000 Subject: Fix error message. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2346 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ConnectionImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/ConnectionImpl.cpp') diff --git a/src/engine/ConnectionImpl.cpp b/src/engine/ConnectionImpl.cpp index c80b8000..47fdce36 100644 --- a/src/engine/ConnectionImpl.cpp +++ b/src/engine/ConnectionImpl.cpp @@ -112,7 +112,7 @@ ConnectionImpl::process(Context& context) IntrusivePtr local_buf = PtrCast(_local_buffer); if (!local_buf) { - cerr << "ERROR: Queued connection but source is not an EventBuffer" << endl; + cerr << "ERROR: Queued connection but local buffer is not an ObjectBuffer" << endl; return; } -- cgit v1.2.1