Date: Tue, 19 May 2009 23:01:07 +0200 From: Nick Hibma <nick@van-laarhoven.org> To: svn-src-all@freebsd.org Cc: "George V. Neville-Neil" <gnn@freebsd.org> Subject: Re: svn commit: r192398 - in head/usr.bin: . perror Message-ID: <200905192301.08017.nick@van-laarhoven.org> In-Reply-To: <200905191740.n4JHeMMU005087@svn.freebsd.org> References: <200905191740.n4JHeMMU005087@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> + printf("Error %d is \"%s\"\n", errnum, errstr); Please reduce the noise. 'Error %d is ' and the quotes are not necessary and complicate scripting. Simply printing the errstr is sufficient. Are you going to MFC this to FBSD7? Nick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905192301.08017.nick>