lib/util/charset: reduce loglevel for push_ucs2_talloc error
commit452e698c4b6d1797657670472522ad522273ae6a
authorRalph Boehme <slow@samba.org>
Mon, 13 Jul 2015 10:51:46 +0000 (13 12:51 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 14 Jul 2015 01:59:05 +0000 (14 03:59 +0200)
tree4710673a40907d2c86f5d289fbfdd75648782301
parent893484602d39199a9533ebe0d656c79ecaa74406
lib/util/charset: reduce loglevel for push_ucs2_talloc error

push_ucs2_talloc() may have failed because of EILSEQ, not a failing
malloc. Log the failure with DBG_WARNING instead of level 0.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Jul 14 03:59:05 CEST 2015 on sn-devel-104
lib/util/charset/util_str.c