Changeset 4097

Show
Ignore:
Timestamp:
05/08/06 19:29:56 (2 years ago)
Author:
morris
Message:

Log as info instead of debug

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/wired/main.c

    r3899 r4097  
    217217         
    218218        /* dump command line */ 
    219         if(wi_log_level >= WI_LOG_DEBUG) { 
    220                 wi_log_debug(WI_STR("Started as %@ %@"), 
    221                         wi_process_path(wi_process()), 
    222                         wi_array_components_joined_by_string(wi_process_arguments(wi_process()), WI_STR(" "))); 
    223         } 
     219        wi_log_info(WI_STR("Started as %@ %@"), 
     220                wi_process_path(wi_process()), 
     221                wi_array_components_joined_by_string(wi_process_arguments(wi_process()), WI_STR(" "))); 
    224222         
    225223        /* init server */