[libgda] gda-server-provider.c: Fix a compiler warning.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] gda-server-provider.c: Fix a compiler warning.
- Date: Mon, 12 May 2014 11:44:36 +0000 (UTC)
commit 603ebcf9c7c5b1a75f3c1760eda265e9a731f07e
Author: Murray Cumming <murrayc murrayc com>
Date: Mon May 12 13:44:14 2014 +0200
gda-server-provider.c: Fix a compiler warning.
libgda/gda-server-provider.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-server-provider.c b/libgda/gda-server-provider.c
index f0c5f10..86876a3 100644
--- a/libgda/gda-server-provider.c
+++ b/libgda/gda-server-provider.c
@@ -189,7 +189,7 @@ gda_server_provider_constructed (GObject *object)
/*g_print ("Provider %p (%s) constructed\n", provider, G_OBJECT_CLASS_NAME (G_OBJECT_GET_CLASS
(object)));*/
if (!provider->priv)
- g_warning ("Internal error after creation of %s: : provider's private part is missing");
+ g_warning ("Internal error after creation of %s: provider's private part is missing",
gtype_name);
else {
GdaServerProviderBase *fset;
fset = CLASS (provider)->functions_sets [GDA_SERVER_PROVIDER_FUNCTIONS_BASE];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]