Fix build

ryzomclassic-develop
kaetemi 4 years ago
parent d1769c586f
commit b5f320af33

@ -650,7 +650,7 @@ void CCDBSynchronised::pushDeltaPermanent( NLMISC::CBitMemStream& s, CCDBStructN
uint bits; uint bits;
pushPackedValue( s, value, bitsize, bits ); pushPackedValue( s, value, bitsize, bits );
if ( VerboseDatabase ) if ( VerboseDatabase )
nldebug( "CDB: Pushing permanent value %"NL_I64"d (PACKED %u bits) for index %d prop %s", (sint64)value, bits, index, node->buildTextId().toString().c_str() ); nldebug( "CDB: Pushing permanent value %" NL_I64 "d (PACKED %u bits) for index %d prop %s", (sint64)value, bits, index, node->buildTextId().toString().c_str() );
} }
else else
{ {

Loading…
Cancel
Save