Tweaks to various debug messages.

This commit is contained in:
Thulinma 2014-06-08 00:37:50 +02:00
parent 19e73019fe
commit 1df896d6d1
3 changed files with 3 additions and 3 deletions

View file

@ -732,7 +732,7 @@ std::string & JSON::Value::toNetPacked(){
static std::string emptystring;
//check if this is legal
if (myType != OBJECT){
DEBUG_MSG(DLVL_ERROR, "Only objects may be netpacked!");
INFO_MSG("Ignored attempt to netpack a non-object.");
return emptystring;
}
//if sneaky storage doesn't contain correct data, re-calculate it