Navigation


Changeset 180:80a8605ab4db in freeDiameter for extensions/dbg_monitor


Ignore:
Timestamp:
Feb 3, 2010, 6:19:04 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Countdown to next status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/dbg_monitor/dbg_monitor.c

    r176 r180  
    7878                #ifdef DEBUG
    7979                int i;
    80                 for (i=0; i<30; i++) {
     80                for (i=30; i>0; i--) {
     81                        fd_log_debug("[dbg_monitor] %i\n", i); /* This makes it easier to detect inactivity periods in the log file */
    8182                        sleep(1);
    82                         fd_log_debug("[dbg_monitor]\n"); /* This makes it easier to detect inactivity periods in the log file */
    8383                }
    8484                #else /* DEBUG */
Note: See TracChangeset for help on using the changeset viewer.