diff --git a/GUI/GraphicalUserInterface.cpp b/GUI/GraphicalUserInterface.cpp index b93dfec..4382645 100644 --- a/GUI/GraphicalUserInterface.cpp +++ b/GUI/GraphicalUserInterface.cpp @@ -68,7 +68,9 @@ namespace GraphicalUserInterface if (unlikely(!FoundMouseDriver)) { - debug("No mouse driver found."); + static int once = 0; + if (!once++) + debug("No mouse driver found."); Mouse.X = Display->GetBuffer(200)->Width / 2; Mouse.Y = Display->GetBuffer(200)->Height / 2; Mouse.Z = 0;