From 3de15598304c141bdac5a3545874bab035536d88 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 16 Jun 2008 13:03:07 +0200 Subject: chcon: correct --verbose output to include newlines * src/chcon.c (process_file): Append "\n" to --verbose diagnostic. * tests/misc/chcon: Add a test for the above. * NEWS: mention the bug fix Reported by Carl D. Roth in http://bugzilla.redhat.com/451478. --- src/chcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/chcon.c b/src/chcon.c index a043413fa..b271ce4a0 100644 --- a/src/chcon.c +++ b/src/chcon.c @@ -300,7 +300,7 @@ process_file (FTS *fts, FTSENT *ent) if (ok) { if (verbose) - printf (_("changing security context of %s"), + printf (_("changing security context of %s\n"), quote (file_full_name)); if (change_file_context (fts->fts_cwd_fd, file) != 0) -- cgit v1.2.3-70-g09d2