update to use fmt-based apis
Not complete, but a first big stab converting users of Mu::Error and various g_warning & friends, format to the new libfmt-based APIs.
This commit is contained in:
@ -369,7 +369,7 @@ Q46aYjxe0As6AP90bcAZ3dcn5RcTJaM0UhZssguawZ+tnriD3+5DPkMMCg==
|
||||
const auto mpart{MimeMultipartSigned(mobj)};
|
||||
const auto sigs{mpart.verify(*ctx)};
|
||||
if (!sigs)
|
||||
g_warning("%s", sigs.error().what());
|
||||
mu_warning("{}", sigs.error().what());
|
||||
|
||||
g_assert_true(!!sigs);
|
||||
g_assert_cmpuint(sigs->size(), ==, 1);
|
||||
|
||||
Reference in New Issue
Block a user