some cleanup

This commit is contained in:
gabime
2019-04-06 01:44:03 +03:00
parent 7ab6fd9db6
commit 97f9cc4bc0
2 changed files with 8 additions and 12 deletions

View File

@@ -16,7 +16,8 @@ int main(int, char *[])
{
int x = 4;
spdlog::info("HELLO {}", "st at ic");
spdlog::warn("HELLO {}*{} = {}", x, x, x*x);
spdlog::warn("HELLO {} *{} = {}", x, x, x*x);
/*auto *l = get_logger();
l->info("HEllo {}", "HG FS");*/
}