typo in debug message fixed
This commit is contained in:
parent
dd757bba09
commit
d5799f185f
2
tools.c
2
tools.c
@ -375,7 +375,7 @@ int update_splash()
|
|||||||
return 0;
|
return 0;
|
||||||
splashstep++;
|
splashstep++;
|
||||||
progress = (65534 * splashstep ) / splashcount;
|
progress = (65534 * splashstep ) / splashcount;
|
||||||
log_message("boostplash progress: %i",progress);
|
log_message("bootsplash progress: %i",progress);
|
||||||
sprintf(data,"show %i\n",progress);
|
sprintf(data,"show %i\n",progress);
|
||||||
return write(splashfd,data,strlen(data));
|
return write(splashfd,data,strlen(data));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user