Changeset 4098

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

Log as info instead of debug

Files:

Legend:

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

    r4024 r4098  
    205205 
    206206        /* dump command line */ 
    207         if(wi_log_level >= WI_LOG_DEBUG) { 
    208                 wi_log_debug(WI_STR("Started as %@ %@"), 
    209                         wi_process_path(wi_process()), 
    210                         wi_array_components_joined_by_string(wi_process_arguments(wi_process()), WI_STR(" "))); 
    211         } 
     207        wi_log_info(WI_STR("Started as %@ %@"), 
     208                wi_process_path(wi_process()), 
     209                wi_array_components_joined_by_string(wi_process_arguments(wi_process()), WI_STR(" "))); 
    212210 
    213211        /* init tracker */