]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/usb/redirect.c
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[thirdparty/qemu.git] / hw / usb / redirect.c
index c5971454716e51119bdb580841dfc797371da0ce..5e427304490e00081519993bb86f24195fd1be0b 100644 (file)
@@ -193,7 +193,7 @@ static void usbredir_handle_status(USBRedirDevice *dev, USBPacket *p,
 #define WARNING(...) \
     do { \
         if (dev->debug >= usbredirparser_warning) { \
-            error_report("usb-redir warning: " __VA_ARGS__); \
+            warn_report("" __VA_ARGS__); \
         } \
     } while (0)
 #define INFO(...) \