mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Add another useful logging line.
This commit is contained in:
parent
246e10c403
commit
ab595a4c8f
@ -298,6 +298,10 @@ static void set_errno_from_session() {
|
||||
|
||||
static void set_errno_from_neon_errcode( int neon_code ) {
|
||||
|
||||
if( neon_code != NE_OK ) {
|
||||
DEBUG_WEBDAV("Neon error code was %d", neon_code);
|
||||
}
|
||||
|
||||
switch(neon_code) {
|
||||
case NE_OK: /* Success, but still the possiblity of problems */
|
||||
case NE_ERROR: /* Generic error; use ne_get_error(session) for message */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user