diff options
Diffstat (limited to 'src/redshift.c')
-rw-r--r-- | src/redshift.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c index fc6ed2f..dbbb542 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -1189,6 +1189,10 @@ main(int argc, char *argv[]) sigaction(SIGUSR1, &sigact, NULL); #endif /* HAVE_SIGNAL_H && ! __WIN32__ */ + if (verbose) { + printf("Status: %s\n", "Enabled"); + } + /* Continously adjust color temperature */ int done = 0; int disabled = 0; |