summaryrefslogtreecommitdiff
path: root/xkb/ddxList.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2007-09-26 15:23:37 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2007-09-26 15:23:37 +0930
commitbfc89c035542a10594f5f0cbde1c7e28b7d024a7 (patch)
treef9a50cb5c32204cf645ba84ddd2b23107d845bf0 /xkb/ddxList.c
parent8b508f5d6bd0d3995294d5ff300a856754442999 (diff)
xkb: unify ErrorFs. Prefix all with [xkb].
Output for XkbUseMsg intentionally skipped.
Diffstat (limited to 'xkb/ddxList.c')
-rw-r--r--xkb/ddxList.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xkb/ddxList.c b/xkb/ddxList.c
index a91a9badf..2baf65248 100644
--- a/xkb/ddxList.c
+++ b/xkb/ddxList.c
@@ -200,10 +200,10 @@ char tmpname[PATH_MAX];
in= Popen(buf,"r");
#else
#ifdef DEBUG_CMD
- ErrorF("xkb executes: %s\n",buf);
+ ErrorF("[xkb] xkb executes: %s\n",buf);
#endif
if (System(buf) < 0)
- ErrorF("Could not invoke keymap compiler\n");
+ ErrorF("[xkb] Could not invoke keymap compiler\n");
else
in= fopen(tmpname, "r");
#endif
@@ -271,7 +271,7 @@ char tmpname[PATH_MAX];
fclose(in);
else if ((rval=Pclose(in))!=0) {
if (xkbDebugFlags)
- ErrorF("xkbcomp returned exit code %d\n",rval);
+ ErrorF("[xkb] xkbcomp returned exit code %d\n",rval);
}
#else
fclose(in);