summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf-2.0/discovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/id-wsf-2.0/discovery.c')
-rw-r--r--lasso/id-wsf-2.0/discovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf-2.0/discovery.c b/lasso/id-wsf-2.0/discovery.c
index ed6b7f84..4b9eb0c1 100644
--- a/lasso/id-wsf-2.0/discovery.c
+++ b/lasso/id-wsf-2.0/discovery.c
@@ -572,7 +572,7 @@ lasso_idwsf2_discovery_build_request_msg(LassoIdWsf2Discovery *discovery,
lasso_foreach(i, discovery->private_data->metadatas) {
LassoIdWsf2DiscoSvcMetadata *metadata = (LassoIdWsf2DiscoSvcMetadata *)i->data;
if (lasso_is_empty_string(metadata->svcMDID)) {
- g_warning("disco:MetadataReplace method called with " \
+ message(G_LOG_LEVEL_WARNING, "disco:MetadataReplace method called with " \
"non registered metadatas " \
"(svcMDID attribute is missing)");
} else {