mirror of
				https://github.com/owncloud/android-library.git
				synced 2025-10-31 02:17:41 +00:00 
			
		
		
		
	Merge pull request #58 from owncloud/extra_log_message
Extra log message (originally in #48)
This commit is contained in:
		
						commit
						8850a81222
					
				| @ -350,6 +350,8 @@ public class RemoteOperationResult implements Serializable { | |||||||
|             return "Authenticated with a different account than the one updating"; |             return "Authenticated with a different account than the one updating"; | ||||||
|         } else if (mCode == ResultCode.INVALID_CHARACTER_IN_NAME) { |         } else if (mCode == ResultCode.INVALID_CHARACTER_IN_NAME) { | ||||||
|                 return "The file name contains an forbidden character"; |                 return "The file name contains an forbidden character"; | ||||||
|  |         } else if (mCode == ResultCode.FILE_NOT_FOUND) { | ||||||
|  | 	  	return "Local file does not exist"; | ||||||
|  	} |  	} | ||||||
| 
 | 
 | ||||||
|         return "Operation finished with HTTP status code " + mHttpCode + " (" + (isSuccess() ? "success" : "fail") + ")"; |         return "Operation finished with HTTP status code " + mHttpCode + " (" + (isSuccess() ? "success" : "fail") + ")"; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user