diff options
author | saturneric <[email protected]> | 2024-01-19 12:10:17 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-19 12:10:17 +0000 |
commit | f22ceca734868a4cb946c232f661aad72da01ded (patch) | |
tree | 5d858753ca06a8dfed12a92f4762e579900cfb1f /src/app.cpp | |
parent | fix: slove discovered bugs (diff) | |
download | GpgFrontend-f22ceca734868a4cb946c232f661aad72da01ded.tar.gz GpgFrontend-f22ceca734868a4cb946c232f661aad72da01ded.zip |
fix: slove discovered faults and bugs
Diffstat (limited to 'src/app.cpp')
-rw-r--r-- | src/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp index 6d207373..b8b20300 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -59,7 +59,7 @@ auto StartApplication(const GFCxtWPtr& p_ctx) -> int { return -1; } - GF_MAIN_LOG_INFO("start running gui application"); + GF_MAIN_LOG_DEBUG("start running gui application"); /** * internationalisation. loop to restart main window |