Commit 075b4ee2 authored by gauthier's avatar gauthier

remove boring printf for timer signal

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7657 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ee68bb37
...@@ -112,7 +112,7 @@ int signal_handle(int *end) ...@@ -112,7 +112,7 @@ int signal_handle(int *end)
return ret; return ret;
} }
printf("Received signal %d\n", info.si_signo); //printf("Received signal %d\n", info.si_signo);
/* Real-time signals are non constant and are therefore not suitable for /* Real-time signals are non constant and are therefore not suitable for
* use in switch. * use in switch.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment