diff options
Diffstat (limited to 'src/engine/ConnectionImpl.cpp')
-rw-r--r-- | src/engine/ConnectionImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<ObjectBuffer> local_buf = PtrCast<ObjectBuffer>(_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; } |