summaryrefslogtreecommitdiffstats
path: root/petitboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'petitboot.c')
-rw-r--r--petitboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/petitboot.c b/petitboot.c
index 48442e9..ee68930 100644
--- a/petitboot.c
+++ b/petitboot.c
@@ -795,7 +795,7 @@ twin_bool_t pboot_event_filter(twin_screen_t *screen,
/* Another gross hack for booting back to gameos */
case KEY_BACKSPACE:
case KEY_DELETE:
- pboot_message("booting to GameOS");
+ pboot_message("booting to GameOS...");
system(BOOT_GAMEOS_BIN);
}
case TwinEventKeyUp:
OpenPOWER on IntegriCloud