Changeset 4097
- Timestamp:
- 05/08/06 19:29:56 (2 years ago)
- Files:
-
- wired/trunk/wired/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wired/trunk/wired/main.c
r3899 r4097 217 217 218 218 /* 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(" "))); 224 222 225 223 /* init server */
