fix log err on BitDepth

This commit is contained in:
gb 2023-07-26 10:39:07 +08:00
parent 6e007fed52
commit cdb0c19298
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ Result huagao_ds::identityOpenDs(const Identity& id)
nobd = 0;
}
no_bitdepth_ = nobd == 1;
utils::to_log(LOG_LEVEL_DEBUG, "BitDepth protocol enabled = %d\r\n", nobd);
utils::to_log(LOG_LEVEL_DEBUG, "BitDepth protocol disabled = %d\r\n", nobd);
m_compression = Compression::None;
init_support_caps();