On Tue, May 3, 2011 at 5:12 PM, Christophe Fergeau <cferg...@redhat.com> wrote: > On Tue, May 03, 2011 at 04:52:37PM +0200, Marc-André Lureau wrote: >> @@ -2516,7 +2519,7 @@ void spice_log(unsigned int type, const char >> *function, const char *format, ...) >> Platform::get_thread_id(), >> function_to_func_name(function).c_str(), >> formated_message.c_str()); >> - fflush(log_file); >> + fflush(log_file); > > This one seems misindented compared to the other entries. > ACK otherwise. >
With the context, it is fixing it: if (type >= log_level && log_file != NULL) { fprintf(log_file,"%ld %s [%" PRIu64 ":%" PRIu64 "] %s: %s\n", (long)time(NULL), type_as_char[type], Platform::get_process_id(), Platform::get_thread_id(), function_to_func_name(function).c_str(), formated_message.c_str()); fflush(log_file); } > Christophe > > _______________________________________________ > Spice-devel mailing list > Spice-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/spice-devel > > -- Marc-André Lureau _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel