diff options
Diffstat (limited to 'src/clientobject.cpp')
-rw-r--r-- | src/clientobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientobject.cpp b/src/clientobject.cpp index ae1be092f..a11757ea6 100644 --- a/src/clientobject.cpp +++ b/src/clientobject.cpp @@ -47,7 +47,7 @@ ClientActiveObject* ClientActiveObject::create(ActiveObjectType type, n = m_types.find(type); if(n == m_types.end()) { // If factory is not found, just return. - dstream<<"WARNING: ClientActiveObject: No factory for type=" + warningstream<<"ClientActiveObject: No factory for type=" <<(int)type<<std::endl; return NULL; } |