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 bec9f46fd..ee2ad0b9f 100644 --- a/src/clientobject.cpp +++ b/src/clientobject.cpp @@ -45,7 +45,7 @@ ClientActiveObject* ClientActiveObject::create(u8 type) { // If factory is not found, just return. dstream<<"WARNING: ClientActiveObject: No factory for type=" - <<type<<std::endl; + <<(int)type<<std::endl; return NULL; } |