mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Add a visible log entry at program start, easier to read log output.
This commit is contained in:
parent
0147063090
commit
bac0002eeb
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue