Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13110
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Nov 11, 2023
1 parent 7a567e4 commit 50c5c76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/StorageArchiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ namespace OpenWifi {
Timer_.setPeriodicInterval(24 * 60 * 60 * 1000); // 1 hours
Timer_.start(*ArchiverCallback_, MicroServiceTimerPool());

std::cout << MicroServiceConfigGetString("example.test" , "none") << std::endl;
auto F = MicroServiceConfigGetString("example.test" , "none");
std::cout << Poco::Path::expand(F) << std::endl;

return 0;
}
Expand Down

0 comments on commit 50c5c76

Please sign in to comment.