diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:07:58 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 17:53:42 +0200 |
commit | 8722215f7e6ceb00c692fc94c1915ad2671ca1ae (patch) | |
tree | 7720309165dca492f0177883625e1840c245ffa8 /plugins/anydata/mm-plugin-anydata.c | |
parent | 997e2cefb8d72ced4d8ad96382d40482ec58ccdd (diff) |
plugins: use logging module name as plugin name
Diffstat (limited to 'plugins/anydata/mm-plugin-anydata.c')
-rw-r--r-- | plugins/anydata/mm-plugin-anydata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/anydata/mm-plugin-anydata.c b/plugins/anydata/mm-plugin-anydata.c index 62039022..cc118963 100644 --- a/plugins/anydata/mm-plugin-anydata.c +++ b/plugins/anydata/mm-plugin-anydata.c @@ -73,7 +73,7 @@ mm_plugin_create (void) return MM_PLUGIN ( g_object_new (MM_TYPE_PLUGIN_ANYDATA, - MM_PLUGIN_NAME, "AnyDATA", + MM_PLUGIN_NAME, MM_MODULE_NAME, MM_PLUGIN_ALLOWED_SUBSYSTEMS, subsystems, MM_PLUGIN_ALLOWED_VENDOR_IDS, vendor_ids, MM_PLUGIN_ALLOWED_AT, TRUE, |