Re: swsusp: progress in percent
From: Stefan Seyfried
Date: Sat Sep 11 2004 - 12:08:29 EST
Tonnerre wrote:
>>- printk(" %d Pages done.\n",i);
>>+ printk("\b\b\b\bdone\n");
>
> Didn't we say we want the page count here?
well, you usually won't see it anyway since after writing the pages to
swap the machine should power off pretty soon :-)
Changing it to
printk("\b\b\b%d Pages done.\n",i);
is no big deal though.
Stefan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/