mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-04 07:51:21 +00:00 
			
		
		
		
	ftrace: demote info logging statement
This is the only info statement which is thus clobbering the "normal" output of a client ueser for that devlib. This patch demote the logging to debug level. The user can still log-report the output file which is also an input parameter. Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com>
This commit is contained in:
		@@ -240,7 +240,7 @@ class FtraceCollector(TraceCollector):
 | 
			
		||||
        self.logger.debug("FTrace stats output [%s]...", outfile)
 | 
			
		||||
        with open(outfile, 'w') as fh:
 | 
			
		||||
           json.dump(function_stats, fh, indent=4)
 | 
			
		||||
        self.logger.info("FTrace function stats save in [%s]", outfile)
 | 
			
		||||
        self.logger.debug("FTrace function stats save in [%s]", outfile)
 | 
			
		||||
 | 
			
		||||
        return function_stats
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user