diff options
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index 0c435c9..8296f1d 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp | |||
@@ -566,6 +566,9 @@ bool ResourceAccess::processMessageBuffer() | |||
566 | }, this); | 566 | }, this); |
567 | } | 567 | } |
568 | break; | 568 | break; |
569 | case Sink::Commands::NotificationType::NotificationType_Status: | ||
570 | case Sink::Commands::NotificationType::NotificationType_Warning: | ||
571 | case Sink::Commands::NotificationType::NotificationType_Progress: | ||
569 | default: | 572 | default: |
570 | Warning() << "Received unknown notification: " << buffer->type(); | 573 | Warning() << "Received unknown notification: " << buffer->type(); |
571 | break; | 574 | break; |