mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Shorten log line a bit by removing the year part of the date.
This commit is contained in:
parent
40206e0eab
commit
588df3124c
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ static void csync_log_stderr(int verbosity,
|
|||
|
||||
rc = current_timestring(1, date, sizeof(date));
|
||||
if (rc == 0) {
|
||||
fprintf(stderr, "[%s, %d] %s:", date, verbosity, function);
|
||||
fprintf(stderr, "[%s, %d] %s:", date+5, verbosity, function);
|
||||
} else {
|
||||
fprintf(stderr, "[%d] %s", verbosity, function);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue