masqmail

diff src/masqmail.c @ 415:0430194f7ef8

Debug message cosmetic.
author markus schnalke <meillo@marmaro.de>
date Wed, 29 Feb 2012 14:36:07 +0100
parents 6874a4f265c1
children d209b4846f2b
line diff
     1.1 --- a/src/masqmail.c	Wed Feb 29 14:23:16 2012 +0100
     1.2 +++ b/src/masqmail.c	Wed Feb 29 14:36:07 2012 +0100
     1.3 @@ -720,7 +720,7 @@
     1.4  		exit(1);
     1.5  	}
     1.6  
     1.7 -	DEBUG(1) debugf("masqmail %s starting\n", VERSION);
     1.8 +	DEBUG(1) debugf("----STARTING---- masqmail %s\n", VERSION);
     1.9  
    1.10  	DEBUG(5) {
    1.11  		gchar **str = argv;