Skip to content

Commit bc070a2

Browse files
committed
oxm2mt: silence repetetive codepage message
A message with embedded messages would print the codepage information line multiple times. Quell the message.
1 parent 1430bb7 commit bc070a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/oxm2mt.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,6 @@ static errno_t do_message(libolecf_item_t *msg_dir, MESSAGE_CONTENT &ctnt, mapi_
457457
auto cset = cpid_to_cset(static_cast<cpid_t>(cpid));
458458
if (cset == nullptr)
459459
cset = "ascii";
460-
fprintf(stderr, "Using codepage %s for 8-bit strings\n", cset);
461460
auto ret = parse_propstrm(ep, cset, msg_dir, ctnt.proplist);
462461
if (ret < 0)
463462
return -ret;

0 commit comments

Comments
 (0)