We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b9638 commit 22537a5Copy full SHA for 22537a5
src/utils.cc
@@ -627,8 +627,8 @@ const ::std::string getNotifHelpMsg(Notification const *n)
627
case Notification::Type_UserAlerts:
628
str = "UserAlerts";
629
break;
630
- case Notification::Type_ManufacturerSpecificDBRead:
631
- str = "ManuacturerSpecificDBRead";
+ case Notification::Type_ManufacturerSpecificDBReady:
+ str = "ManuacturerSpecificDBReady";
632
633
}
634
return str;
0 commit comments