mirror of
https://codeberg.org/scip/udpxd.git
synced 2025-12-16 19:40:58 +01:00
tab => spc, year++
This commit is contained in:
6
log.c
6
log.c
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
This file is part of udpxd.
|
||||
|
||||
Copyright (C) 2015 T.v.Dein.
|
||||
Copyright (C) 2015-2016 T.v.Dein.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -33,10 +33,10 @@ void verbose(const char * fmt, ...) {
|
||||
va_end(ap);
|
||||
|
||||
if(FORKED) {
|
||||
syslog(LOG_INFO, "%s", msg);
|
||||
syslog(LOG_INFO, "%s", msg);
|
||||
}
|
||||
else {
|
||||
fprintf(stderr, "%s", msg);
|
||||
fprintf(stderr, "%s", msg);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user