summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-28 11:22:15 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-07-28 13:43:59 +0200
commit9c5029c6e8a7d2aaceb8073ebfa37ee206dcda2e (patch)
tree21f499f1215259288ab0e84e4d00f492a672c2f5
parent9bf295134c2cbe3f64dae36ebd65bd5f3d2bc9df (diff)
examples/async-test: Tone down g_warning
It's just a log message, can be g_debug as all the other ones.
-rw-r--r--examples/async-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/async-test.c b/examples/async-test.c
index 5c275e9..662e571 100644
--- a/examples/async-test.c
+++ b/examples/async-test.c
@@ -55,7 +55,7 @@ static void updated_cdrom_cb(GObject *source_object,
gpointer user_data)
{
GError *error = NULL;
- g_warning("updated cdrom cb");
+ g_debug("updated cdrom cb");
ovirt_cdrom_update_finish(OVIRT_CDROM(source_object),
result, &error);
if (error != NULL) {