summaryrefslogtreecommitdiff
path: root/src/main-x11.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-13 13:54:38 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-13 13:54:38 +0100
commita2819d22e68ba4557ffcbfc31b32df11454f8c07 (patch)
treee4faee367f219ba595151420fdc0338977a297a3 /src/main-x11.c
parent1c622b5d3f659c1faa3d6eebd4d26ea6481f4df5 (diff)
Remove plog_fmt
Diffstat (limited to 'src/main-x11.c')
-rw-r--r--src/main-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-x11.c b/src/main-x11.c
index 53df57d7..43afa298 100644
--- a/src/main-x11.c
+++ b/src/main-x11.c
@@ -2452,7 +2452,7 @@ errr init_x11(int argc, char *argv[])
continue;
}
- plog_fmt("Ignoring option: %s", argv[i]);
+ fprintf(stderr, "Ignoring option: %s", argv[i]);
}