summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2010-02-26 14:22:57 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2010-03-16 13:55:20 +0000
commit9b18f7ac0ba9aadb8c86bc2717cbdff75e951b69 (patch)
tree1d740975eab5e14577e513dbf57e85339fa28e72 /dix
parent178e830378c3514b9c53a5b1c6d2d5f930c3779b (diff)
Cygwin/X: Tidy up some cosmetic issues in log strings
Tidy up some cosmetic issues in log strings: - Add missing '\n' - Fix some strings starting with '\n' - Remove '\f' from some log strings These all just look daft in a log with timestamps. Also clarify log message about screen origin coordinates Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
Diffstat (limited to 'dix')
-rw-r--r--dix/registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/registry.c b/dix/registry.c
index ec853b37f..1381a3dcd 100644
--- a/dix/registry.c
+++ b/dix/registry.c
@@ -313,7 +313,7 @@ dixResetRegistry(void)
fclose(fh);
fh = fopen(FILENAME, "r");
if (!fh)
- LogMessage(X_WARNING, "Failed to open protocol names file " FILENAME);
+ LogMessage(X_WARNING, "Failed to open protocol names file " FILENAME "\n");
/* Add built-in resources */
RegisterResourceName(RT_NONE, "NONE");