aboutsummaryrefslogtreecommitdiffstats
path: root/src/before_exit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/before_exit.cpp')
-rw-r--r--src/before_exit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/before_exit.cpp b/src/before_exit.cpp
index f13649db..70768e05 100644
--- a/src/before_exit.cpp
+++ b/src/before_exit.cpp
@@ -32,4 +32,4 @@
* @brief Actions performed before exiting the application
*
*/
-void before_exit() { LOG(INFO) << "called"; }
+void before_exit() { SPDLOG_INFO("called"); }