projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06f3a70
)
csync_vio: Better log for stat errors
author
Markus Goetz
<markus@woboq.com>
Fri, 14 Jul 2017 13:37:05 +0000
(15:37 +0200)
committer
Markus Goetz
<markus@woboq.com>
Fri, 14 Jul 2017 13:37:56 +0000
(15:37 +0200)
csync/src/vio/csync_vio.c
patch
|
blob
|
history
diff --git
a/csync/src/vio/csync_vio.c
b/csync/src/vio/csync_vio.c
index 3993af9a1d5ca77ce07cd72c5c52d83cdd262a3c..909117836a4b1d2373ac54e9b6160e2df1bf74b6 100644
(file)
--- a/
csync/src/vio/csync_vio.c
+++ b/
csync/src/vio/csync_vio.c
@@
-115,7
+115,7
@@
int csync_vio_stat(CSYNC *ctx, const char *uri, csync_vio_file_stat_t *buf) {
case LOCAL_REPLICA:
rc = csync_vio_local_stat(uri, buf);
if (rc < 0) {
- CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR, "Local stat failed, errno %d
", errno
);
+ CSYNC_LOG(CSYNC_LOG_PRIORITY_ERROR, "Local stat failed, errno %d
for %s", errno, uri
);
}
break;
default: