Update logger.h

This commit is contained in:
Gabi Melman 2021-08-17 19:21:39 +03:00 committed by GitHub
parent deb178a0b1
commit 29e5930090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@
throw; \ throw; \
} }
#else #else
# define SPDLOG_LOGGER_CATCH(additional_info) # define SPDLOG_LOGGER_CATCH(location)
#endif #endif
namespace spdlog { namespace spdlog {