diff options
Diffstat (limited to 'nbd/client.c')
-rw-r--r-- | nbd/client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nbd/client.c b/nbd/client.c index b4d457a..0ad7147 100644 --- a/nbd/client.c +++ b/nbd/client.c @@ -171,6 +171,8 @@ static int nbd_handle_reply_err(QIOChannel *ioc, NBDOptionReply *reply, goto cleanup; } msg[reply->length] = '\0'; + trace_nbd_server_error_msg(reply->type, + nbd_reply_type_lookup(reply->type), msg); } switch (reply->type) { |