From 4d4d8e549411cfc9361e3746ba60db130db46f07 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 12 Feb 2011 14:56:39 -0800 Subject: Tidy up debug output --- src/partialator.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/partialator.c') diff --git a/src/partialator.c b/src/partialator.c index 88dc0063..a50ea8d5 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -370,9 +370,8 @@ int main(int argc, char *argv[]) } fclose(fh); - STATUS("Found %5.2f%% of the expected peaks (%i %i %i).\n", - 100.0 * (double)n_found / n_expected, - n_found, n_notfound, n_expected); + STATUS("Found %5.2f%% of the expected peaks (missed %i of %i).\n", + 100.0 * (double)n_found / n_expected, n_notfound, n_expected); cts = new_list_count(); -- cgit v1.2.3