[Spice-devel] [PATCH] client: make use of ssl_verify.c
Marc-André Lureau
marcandre.lureau at gmail.com
Tue May 3 08:16:10 PDT 2011
On Tue, May 3, 2011 at 5:12 PM, Christophe Fergeau <cfergeau at 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 at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
>
>
--
Marc-André Lureau
More information about the Spice-devel
mailing list