summaryrefslogtreecommitdiff
path: root/uisimulator/x11/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/io.c')
-rw-r--r--uisimulator/x11/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/io.c b/uisimulator/x11/io.c
index 974109a7fa..2a94969ce3 100644
--- a/uisimulator/x11/io.c
+++ b/uisimulator/x11/io.c
@@ -21,7 +21,7 @@ int x11_open(char *name, int opts)
21 if(name[0] == '/') { 21 if(name[0] == '/') {
22 sprintf(buffer, "%s%s", SIMULATOR_ARCHOS_ROOT, name); 22 sprintf(buffer, "%s%s", SIMULATOR_ARCHOS_ROOT, name);
23 23
24 Logf("We open the real file '%s'", buffer); 24 debugf("We open the real file '%s'", buffer);
25 return open(buffer, opts); 25 return open(buffer, opts);
26 } 26 }
27 return open(name, opts); 27 return open(name, opts);