switch to spdlog

This commit is contained in:
2024-07-25 12:28:47 -05:00
parent de6a7beb5e
commit 921d404a5a
5 changed files with 65 additions and 38 deletions

View File

@@ -32,7 +32,7 @@ E_SIMPLE3(fuse_event, debug, true,
int, result, res, E_FROM_INT32
);
E_SIMPLE1(fuse_args_parsed, normal, true,
E_SIMPLE1(fuse_args_parsed, info, true,
std::string, arguments, args, E_STRING
);
// clang-format on