Show
Ignore:
Timestamp:
10/07/04 22:38:15 (9 years ago)
Author:
alexcv
Message:

Fixed logging issues

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/src/util.c

    r136 r242  
    7171        if (quiet) close(2); 
    7272        if (execvp("/bin/sh", (char *const *)new_argv) < 0) {    /* execute the command  */ 
    73             debug(LOG_ERR, "fork(): %s", strerror(errno)); 
     73            debug(LOG_ERR, "execvp(): %s", strerror(errno)); 
    7474            exit(1); 
    7575        }