git-svn-id: file:///home/jan/tmp/wetterstation/trunk@182 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi 2006-09-28 23:24:23 +00:00
parent d8192b9d06
commit d4f95150d2
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ static void mail_failtures(){
addresses.bcc = NULL; addresses.bcc = NULL;
mail_err_nr = mail_message(& addresses, "Wetterstation", 0, get_message, & failed_sensors, servo); mail_err_nr = mail_message(& addresses, "Wetterstation", 0, get_message, & failed_sensors, servo);
printf("%s\n",get_mail_status_text(mail_err_nr)); DEBUGOUT2("%s\n",get_mail_status_text(mail_err_nr));
} }
/* Mainfkt. und diverse andere Funktionen zum beenden des Programmes ---*/ /* Mainfkt. und diverse andere Funktionen zum beenden des Programmes ---*/