diff options
Diffstat (limited to 'src/core/model/GFDataExchanger.cpp')
-rw-r--r-- | src/core/model/GFDataExchanger.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/model/GFDataExchanger.cpp b/src/core/model/GFDataExchanger.cpp index 8b20fdfb..b2dfa4ef 100644 --- a/src/core/model/GFDataExchanger.cpp +++ b/src/core/model/GFDataExchanger.cpp @@ -52,8 +52,7 @@ auto GFDataExchanger::Write(const std::byte* buffer, size_t size) -> ssize_t { write_bytes++; } } catch (...) { - qCWarning( - core, + FLOG_W( "gf data exchanger caught exception when it writes to queue, abort..."); } |