|  | @@ -459,7 +459,7 @@ bool scsiRequestSense(int target_id, uint8_t *sense_key)
 | 
	
		
			
				|  |  |                                           response, sizeof(response),
 | 
	
		
			
				|  |  |                                           NULL, 0);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    debuglog("RequestSense response: ", bytearray(response, 18));
 | 
	
		
			
				|  |  | +    log("RequestSense response: ", bytearray(response, 18));
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      *sense_key = response[2];
 | 
	
		
			
				|  |  |      return status == 0;
 |