summaryrefslogtreecommitdiffstats
path: root/notification_persistent_service/server/src/ns_npp_persistence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'notification_persistent_service/server/src/ns_npp_persistence.cpp')
-rw-r--r--notification_persistent_service/server/src/ns_npp_persistence.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/notification_persistent_service/server/src/ns_npp_persistence.cpp b/notification_persistent_service/server/src/ns_npp_persistence.cpp
index 68add4e4..a39b8360 100644
--- a/notification_persistent_service/server/src/ns_npp_persistence.cpp
+++ b/notification_persistent_service/server/src/ns_npp_persistence.cpp
@@ -1,5 +1,5 @@
/*
- * @copyright Copyright (c) 2016-2019 TOYOTA MOTOR CORPORATION.
+ * @copyright Copyright (c) 2016-2020 TOYOTA MOTOR CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -91,7 +91,7 @@ VOID CPersistence::SetWriteThreadHandle(HANDLE f_hwritethread) {
///
////////////////////////////////////////////////////////////////////////////////////////////////////
std::string CPersistence::GetStoragePath() {
- std::string l_cStoragePath(PF_SYS_NPP);
+ std::string l_cStoragePath(STORAGE_PATH);
return l_cStoragePath;
}