Removed debug message
authorJohn Hodge <[email protected]>
Sun, 20 Feb 2011 07:19:34 +0000 (15:19 +0800)
committerJohn Hodge <[email protected]>
Sun, 20 Feb 2011 07:19:34 +0000 (15:19 +0800)
src/server/main.c

index 5ca4723..c1b883e 100644 (file)
@@ -129,7 +129,7 @@ void *Periodic_Thread(void *Unused)
        for( ;; )
        {
                sleep(10);      // Sleep for a while
-               printf("Periodic firing\n");
+//             printf("Periodic firing\n");
                for( i = 0; i < ciMaxPeriodics; i ++ )
                {
                        if( gaPeriodicCalls[i].Function )

UCC git Repository :: git.ucc.asn.au