summaryrefslogtreecommitdiffstats
path: root/mmss/protocol.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 19:09:25 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-03-18 19:09:25 +0100
commit33d1cf04a7e8d5b4cb7ed45af75eed06a27d1292 (patch)
treecca4f2719b7136eb8fb63eb6fc8e3fe9b65e5d61 /mmss/protocol.c
parent56ccdb40aba41facf5f2762f8b163222c7acdc88 (diff)
downloadgmrf-33d1cf04a7e8d5b4cb7ed45af75eed06a27d1292.tar
gmrf-33d1cf04a7e8d5b4cb7ed45af75eed06a27d1292.zip
Add log message support
Diffstat (limited to 'mmss/protocol.c')
-rw-r--r--mmss/protocol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mmss/protocol.c b/mmss/protocol.c
index 2df9809..046cb58 100644
--- a/mmss/protocol.c
+++ b/mmss/protocol.c
@@ -45,5 +45,7 @@ const mmss_protocol_t* mmss_load_protocol(const char *module) {
return NULL;
}
+ fprintf(stderr, "loaded protocol `%s' version %s\n", proto->get_name(), proto->get_version());
+
return proto;
}