Index: /trunk/src/VBox/Main/ConsoleImpl2.cpp
===================================================================
--- /trunk/src/VBox/Main/ConsoleImpl2.cpp	(revision 29339)
+++ /trunk/src/VBox/Main/ConsoleImpl2.cpp	(revision 29340)
@@ -1205,5 +1205,5 @@
                 rc = CFGMR3InsertInteger(pCfg,  "papLeds", (uintptr_t)&pConsole->mapStorageLeds[iLedSas]); RC_CHECK();
                 rc = CFGMR3InsertInteger(pCfg,  "First",    0);                         RC_CHECK();
-                Assert(cLedScsi >= 8);
+                Assert(cLedSas >= 8);
                 rc = CFGMR3InsertInteger(pCfg,  "Last",     7);                         RC_CHECK();
                 paLedDevType = &pConsole->maStorageDevType[iLedSas];
