diff options
| author | saturneric <[email protected]> | 2025-02-04 14:51:38 +0000 | 
|---|---|---|
| committer | saturneric <[email protected]> | 2025-02-04 14:51:38 +0000 | 
| commit | 9f9a624c0b7575e2fb2d3c704e7a8b38caed1fd6 (patch) | |
| tree | c5d5385b35dd7328356d74066b7e49b507a1c537 /src | |
| parent | feat: call gpgconf using the homedir option (diff) | |
| download | Modules-9f9a624c0b7575e2fb2d3c704e7a8b38caed1fd6.tar.gz Modules-9f9a624c0b7575e2fb2d3c704e7a8b38caed1fd6.zip | |
chore: upgrade to v2.1.7
Diffstat (limited to '')
| -rw-r--r-- | src/m_ver_check/VersionCheckingModule.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/m_ver_check/VersionCheckingModule.cpp b/src/m_ver_check/VersionCheckingModule.cpp index e672f33..ea70acc 100644 --- a/src/m_ver_check/VersionCheckingModule.cpp +++ b/src/m_ver_check/VersionCheckingModule.cpp @@ -71,7 +71,7 @@ auto GFActiveModule() -> int {  }  EXECUTE_MODULE() { -  FLOG_INFO("version checking module executing, event id: %s", +  FLOG_INFO("version checking module executing, event id: %1",              event["event_id"]);    auto* task = new VersionCheckTask(); | 
