mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-25 08:20:11 -04:00
shorten unknown meta code warning
This commit is contained in:
parent
95989a91f0
commit
a3eb5a6d53
@ -389,7 +389,7 @@ MetaField_t encodeMetaRequest(char* meta, MetaDataMap* map)
|
|||||||
if(m->tag)
|
if(m->tag)
|
||||||
bits |= (((MetaField_t) 1) << m->bit);
|
bits |= (((MetaField_t) 1) << m->bit);
|
||||||
else
|
else
|
||||||
DPRINTF(ERR_WARN, "Unknown meta code: %*s\n", len, start);
|
DPRINTF(ERR_WARN, "Unknown meta code: %.*s\n", len, start);
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINTF(ERR_DEBUG, "meta codes: %llu\n", bits);
|
DPRINTF(ERR_DEBUG, "meta codes: %llu\n", bits);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user