Changeset f03ca48


Ignore:
Timestamp:
Aug 7, 2012, 10:58:12 PM (12 years ago)
Author:
David Benjamin <davidben@mit.edu>
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.
Message:
Merge 0a9ffc5232545cdaee5dacab62f1082c9230892e into b303ba2d890f85585c948c403cc1be46d77647e7
File:
1 edited

Legend:

Unmodified
Added
Removed
  • logging.c

    rf271129 r0a9ffc5  
    429429static gpointer owl_log_thread_func(gpointer data)
    430430{
    431   log_context = g_main_context_new();
    432431  log_loop = g_main_loop_new(log_context, FALSE);
    433432  g_main_loop_run(log_loop);
     
    438437{
    439438  GError *error = NULL;
     439  log_context = g_main_context_new();
    440440  logging_thread = g_thread_create(owl_log_thread_func,
    441441                                   NULL,
Note: See TracChangeset for help on using the changeset viewer.