mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:40:05 +00:00
Fix radar site log prefix
This commit is contained in:
parent
1e39b7718e
commit
25f73ae105
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ namespace qt
|
||||||
namespace config
|
namespace config
|
||||||
{
|
{
|
||||||
|
|
||||||
static const std::string logPrefix_ = "scwx::qt::settings::radar_site";
|
static const std::string logPrefix_ = "scwx::qt::config::radar_site";
|
||||||
static const auto logger_ = scwx::util::Logger::Create(logPrefix_);
|
static const auto logger_ = scwx::util::Logger::Create(logPrefix_);
|
||||||
|
|
||||||
static const std::string defaultRadarSiteFile_ =
|
static const std::string defaultRadarSiteFile_ =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue