From c869e8567b07301152b38cee257ceadb7bf68b78 Mon Sep 17 00:00:00 2001 From: Holger Hetterich Date: Sat, 13 Feb 2010 21:04:36 +0100 Subject: [PATCH] s3: eventlogadm.c: remove an ill-fated printf call Not needed at all here, and the configfile string might be NULL at this point. --- source3/utils/eventlogadm.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/source3/utils/eventlogadm.c b/source3/utils/eventlogadm.c index 9e0023d..c9a3059 100644 --- a/source3/utils/eventlogadm.c +++ b/source3/utils/eventlogadm.c @@ -278,7 +278,6 @@ int main( int argc, char *argv[] ) printf("Unable to parse configfile '%s'\n",configfile); exit( 1 ); } - printf("Using configuration file %s\n", configfile); /* note that the separate command types should call usage if they need to... */ while ( 1 ) { -- 1.6.4.2