mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	cleanup: replace fprintf to stderr by report_info()
Let's try to unify debugging output! Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
		
							parent
							
								
									b097c0a44f
								
							
						
					
					
						commit
						da7ea17b66
					
				
					 29 changed files with 171 additions and 170 deletions
				
			
		| 
						 | 
				
			
			@ -865,7 +865,7 @@ static int export_dives_xslt_doit(const char *filename, struct xml_params *param
 | 
			
		|||
	int res = 0;
 | 
			
		||||
 | 
			
		||||
	if (verbose)
 | 
			
		||||
		fprintf(stderr, "export_dives_xslt with stylesheet %s\n", export_xslt);
 | 
			
		||||
		report_info("export_dives_xslt with stylesheet %s", export_xslt);
 | 
			
		||||
 | 
			
		||||
	if (!filename)
 | 
			
		||||
		return report_error("No filename for export");
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue