Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S268203AbUIKRFn (ORCPT ); Sat, 11 Sep 2004 13:05:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S268214AbUIKRFn (ORCPT ); Sat, 11 Sep 2004 13:05:43 -0400 Received: from cantor.suse.de ([195.135.220.2]:55463 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S268203AbUIKRFh (ORCPT ); Sat, 11 Sep 2004 13:05:37 -0400 Message-ID: <41433059.7030006@suse.de> Date: Sat, 11 Sep 2004 19:05:29 +0200 From: Stefan Seyfried User-Agent: Mozilla Thunderbird 0.6 (X11/20040503) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tonnerre Cc: kernel list , Andrew Morton , Patrick Mochel , Pavel Machek Subject: Re: swsusp: progress in percent References: <20040910084704.GB12751@elf.ucw.cz> <20040911130324.GB14771@thundrix.ch> In-Reply-To: <20040911130324.GB14771@thundrix.ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 582 Lines: 21 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/