diff options
Diffstat (limited to 'src/encryption/DeviceVerificationFlow.cpp')
-rw-r--r-- | src/encryption/DeviceVerificationFlow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encryption/DeviceVerificationFlow.cpp b/src/encryption/DeviceVerificationFlow.cpp index a240a095..1e7ed7bc 100644 --- a/src/encryption/DeviceVerificationFlow.cpp +++ b/src/encryption/DeviceVerificationFlow.cpp @@ -37,7 +37,7 @@ DeviceVerificationFlow::DeviceVerificationFlow(QObject *, , deviceIds(std::move(deviceIds_)) , model_(model) { - nhlog::crypto()->debug("CREATING NEW FLOW, {}, {}", flow_type, (void *)this); + nhlog::crypto()->debug("CREATING NEW FLOW, {}, {}", static_cast<int>(flow_type), (void *)this); if (deviceIds.size() == 1) deviceId = deviceIds.front(); |