[gnome-keyring/gnome-3-2] pkcs11: Make clear source of warnings from the rpc module
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring/gnome-3-2] pkcs11: Make clear source of warnings from the rpc module
- Date: Wed, 19 Oct 2011 13:59:54 +0000 (UTC)
commit 6ffc5328ef6613521d43154a8a6ed196edb975ff
Author: Stef Walter <stefw collabora co uk>
Date: Wed Oct 19 15:58:50 2011 +0200
pkcs11: Make clear source of warnings from the rpc module
pkcs11/rpc-layer/gkm-rpc-util.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pkcs11/rpc-layer/gkm-rpc-util.c b/pkcs11/rpc-layer/gkm-rpc-util.c
index 725cc13..5609ec5 100644
--- a/pkcs11/rpc-layer/gkm-rpc-util.c
+++ b/pkcs11/rpc-layer/gkm-rpc-util.c
@@ -50,7 +50,7 @@ gkm_rpc_warn (const char* msg, ...)
{
va_list va;
va_start (va, msg);
- do_log ("WARNING", msg, va);
+ do_log ("WARNING: gnome-keyring:", msg, va);
va_end (va);
}
@@ -59,7 +59,7 @@ gkm_rpc_debug (const char* msg, ...)
{
va_list va;
va_start (va, msg);
- do_log ("DEBUG", msg, va);
+ do_log ("DEBUG: gnome-keyring:", msg, va);
va_end (va);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]