[lib] sigint_handler(): use #ifdef DEBUG

This commit is contained in:
Matteo Cypriani 2011-03-10 11:11:55 +01:00
parent 3d0300cc60
commit af1c04529d
1 changed files with 2 additions and 0 deletions

View File

@ -336,7 +336,9 @@ void sigint_handler(int num)
run = FALSE ;
#ifdef DEBUG
printf("\nSignal received: end.\n");
#endif // DEBUG
fflush(NULL) ;
}