cloudbase / wnbd

Windows Ceph RBD NBD driver
GNU Lesser General Public License v2.1
58 stars 26 forks source link

libwnbd: Demote WnbdIoctlSendResponse logging #51

Closed aserdean closed 3 years ago

aserdean commented 3 years ago

Unmapping a device will spam the log file with a lot of message of the type: libwnbd.dll!WnbdIoctlSendResponse WARNING Could not send response. Connection id: 2. Request id: 0. Error: 1168. Error message: Element not found.

Demote the error to debug instead of warning.

Signed-off-by: Alin Gabriel Serdean aserdean@cloudbasesolutions.com