diff options
author | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-09-10 21:32:38 +0800 |
---|---|---|
committer | Sam Spilsbury <Sam@XPS-SUSE.site> | 2008-09-10 21:32:38 +0800 |
commit | fb332e0b727fe93acf6e60532ee0093f426810d0 (patch) | |
tree | 825c611f627dffa85139f21f25f799851c39c977 /communicate.c | |
parent | 8c26079a7c8e099c04040cf719912e9c93f5d007 (diff) | |
download | wiimote-fb332e0b727fe93acf6e60532ee0093f426810d0.tar.gz wiimote-fb332e0b727fe93acf6e60532ee0093f426810d0.tar.bz2 |
* ABI Update
Diffstat (limited to 'communicate.c')
-rw-r--r-- | communicate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/communicate.c b/communicate.c index 187596d..d1b4ba1 100644 --- a/communicate.c +++ b/communicate.c @@ -39,7 +39,7 @@ sendInfoToPlugin (CompDisplay *d, CompOption *argument, int nArgument, char *plu if (!p || !p->vTable->getObjectOptions) { - compLogMessage (d, "wiimote", CompLogLevelError, + compLogMessage ("wiimote", CompLogLevelError, "Reporting plugin '%s' does not exist!", pluginName); return FALSE; } @@ -63,7 +63,7 @@ sendInfoToPlugin (CompDisplay *d, CompOption *argument, int nArgument, char *plu } else { - compLogMessage (d, "wiimote", CompLogLevelError, + compLogMessage ("wiimote", CompLogLevelError, "Plugin '%s' does exist, but no option named '%s' was found!", pluginName, actionName); return FALSE; } |