summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-04-23 10:31:52 +0100
committerRoss Burton <ross@linux.intel.com>2010-04-23 10:31:52 +0100
commit864050700ac0b7f6fc7b5330b5616d886430d27a (patch)
tree5074af267505e6439863987e32e9c453a8765139 /src
parent25f355e05e02d8a44e31f8f183b9dea312521b36 (diff)
Log if we are passed an unknown option key
Diffstat (limited to 'src')
-rw-r--r--src/gypsy-client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gypsy-client.c b/src/gypsy-client.c
index 2fd3028..2d2fc19 100644
--- a/src/gypsy-client.c
+++ b/src/gypsy-client.c
@@ -698,6 +698,8 @@ gypsy_client_set_start_options (GypsyClient *client,
g_list_free (keys);
return FALSE;
}
+ } else {
+ g_message ("Unsupported option key '%s'", l->data);
}
}
g_list_free (keys);