mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	Make logging more verbose (#11714)
Debugged an issue with a user who was on a read-only filesystem. Signed-off-by: Eric Curtin <ecurtin@redhat.com>
This commit is contained in:
		| @@ -346,7 +346,7 @@ class HttpClient { | ||||
|         if (!output_file.empty()) { | ||||
|             output_file_partial = output_file + ".partial"; | ||||
|             if (!out.open(output_file_partial, "ab")) { | ||||
|                 printe("Failed to open file\n"); | ||||
|                 printe("Failed to open file for writing\n"); | ||||
|  | ||||
|                 return 1; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Eric Curtin
					Eric Curtin