Changeset f03ca48
- Timestamp:
- Aug 7, 2012, 10:58:12 PM (12 years ago)
- Parents:
- b303ba2 (diff), 0a9ffc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
logging.c
rf271129 r0a9ffc5 429 429 static gpointer owl_log_thread_func(gpointer data) 430 430 { 431 log_context = g_main_context_new();432 431 log_loop = g_main_loop_new(log_context, FALSE); 433 432 g_main_loop_run(log_loop); … … 438 437 { 439 438 GError *error = NULL; 439 log_context = g_main_context_new(); 440 440 logging_thread = g_thread_create(owl_log_thread_func, 441 441 NULL,
Note: See TracChangeset
for help on using the changeset viewer.