aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamma-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamma-dummy.c')
-rw-r--r--src/gamma-dummy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gamma-dummy.c b/src/gamma-dummy.c
index d01044d..39f09a2 100644
--- a/src/gamma-dummy.c
+++ b/src/gamma-dummy.c
@@ -31,7 +31,7 @@ gamma_dummy_start(struct gamma_state *state, enum program_mode mode)
{
(void) state;
(void) mode;
- fputs(_("WARNING: Using dummy gamma method! Display will not be affected by this gamma method.\n"), stderr);
+ weprintf(_("WARNING: Using dummy gamma method! Display will not be affected by this gamma method.\n"));
return 0;
}
@@ -59,7 +59,7 @@ gamma_dummy_set_option(struct gamma_state *state, const char *key, const char *v
{
(void) state;
(void) value;
- fprintf(stderr, _("Unknown method parameter: `%s'.\n"), key);
+ weprintf(_("Unknown method parameter: `%s'.\n"), key);
return -1;
}