Changeset 4098
- Timestamp:
- 05/08/06 19:29:59 (2 years ago)
- Files:
-
- trackerd/trunk/trackerd/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trackerd/trunk/trackerd/main.c
r4024 r4098 205 205 206 206 /* 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(" "))); 212 210 213 211 /* init tracker */
