[packagekit] packagekit: Branch 'master' - 6 commits
Richard Hughes
hughsient at gmail.com
Wed Nov 28 14:16:14 PST 2007
On Wed, 2007-11-28 at 14:10 -0800, Richard Hughes wrote:
> virtual void start (const zypp::ProgressData &data)
> {
> //fprintf (stderr, "\n\n----> RepoReportReceiver::start()\n");
> + reset_sub_percentage ();
> }
Instead of using fprintf (stderr, "foo %s", bar) you can just use
pk_debug() - you can add as many of those as you like. :-)
Richard.
More information about the PackageKit
mailing list