Log SLXI version label at level sl=2

pull/322/head
Jonathan G Rennison 3 years ago
parent 656a8b3b4f
commit 54e2d1b851

@ -645,6 +645,7 @@ static void loadVL(const SlxiSubChunkInfo *info, uint32 length)
{
_sl_xv_version_label.resize(length);
ReadBuffer::GetCurrent()->CopyBytes(reinterpret_cast<byte *>(_sl_xv_version_label.data()), length);
DEBUG(sl, 2, "SLXI version label: %s", _sl_xv_version_label.c_str());
}
static uint32 saveVL(const SlxiSubChunkInfo *info, bool dry_run)

Loading…
Cancel
Save