From d5799f185f7dda1b2d49e114f01951403fa41e16 Mon Sep 17 00:00:00 2001 From: Sergey Bolshakov Date: Thu, 13 Mar 2008 14:57:19 +0300 Subject: [PATCH] typo in debug message fixed --- tools.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools.c b/tools.c index 945ad55..10ac901 100644 --- a/tools.c +++ b/tools.c @@ -375,7 +375,7 @@ int update_splash() return 0; splashstep++; progress = (65534 * splashstep ) / splashcount; - log_message("boostplash progress: %i",progress); + log_message("bootsplash progress: %i",progress); sprintf(data,"show %i\n",progress); return write(splashfd,data,strlen(data)); }