summaryrefslogtreecommitdiff
path: root/src/components/resumption/src/last_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/resumption/src/last_state.cc')
-rw-r--r--src/components/resumption/src/last_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/resumption/src/last_state.cc b/src/components/resumption/src/last_state.cc
index 7e2ced3416..15100c3e13 100644
--- a/src/components/resumption/src/last_state.cc
+++ b/src/components/resumption/src/last_state.cc
@@ -40,7 +40,7 @@ namespace resumption {
CREATE_LOGGERPTR_GLOBAL(logger_, "LastState");
void LastState::SaveToFileSystem() {
- LOG4CXX_AUTO_TRACE(logger_);
+ LOG4CXX_INFO(logger_, "LastState::SaveToFileSystem");
const std::string file =
profile::Profile::instance()->app_info_storage();
const std::string& str = dictionary.toStyledString();