mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add a visible log entry at program start, easier to read log output.
This commit is contained in:
parent
0147063090
commit
bac0002eeb
@ -63,6 +63,7 @@ static int _csync_lock_create(const char *lockfile) {
|
||||
goto out;
|
||||
}
|
||||
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");
|
||||
CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "Create temporary lock file: %s", ctmpfile);
|
||||
if ((fd = mkstemp(ctmpfile)) < 0) {
|
||||
strerror_r(errno, errbuf, sizeof(errbuf));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user