Show
Ignore:
Timestamp:
03/20/05 16:22:24 (8 years ago)
Author:
minaguib
Message:

More verbose debugging output

Files:
1 modified

Legend:

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

    r490 r506  
    7676                        r->request.path); 
    7777        url = httpdUrlEncode(tmp_url); 
    78          
     78 
    7979        if (!is_online()) { 
    8080                /* The internet connection is down at the moment  - apologize and do not redirect anywhere */ 
     
    125125                                url); 
    126126                http_wifidog_footer(r); 
    127                 debug(LOG_INFO, "Captured %s and re-directed them to login page", r->clientAddr); 
     127                debug(LOG_INFO, "Captured %s requesting [%s] and re-directed them to login page", r->clientAddr, url); 
    128128                free(newlocation); 
    129129        }