summary refs log tree commit diff
path: root/src/Cache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache.cpp')
-rw-r--r--src/Cache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp

index dccf1e70..5ec3f32c 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp
@@ -3572,7 +3572,7 @@ Cache::query_keys(const std::string &user_id, if (err) { nhlog::net()->warn( "failed to query device keys: {},{}", - err->matrix_error.errcode, + mtx::errors::to_string(err->matrix_error.errcode), static_cast<int>(err->status_code)); cb({}, err); return;