debugwriter.h: Use unbuffered cerr instead of clog
This commit is contained in:
		
							parent
							
								
									c1aab96454
								
							
						
					
					
						commit
						f00cb60707
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -56,7 +56,7 @@ public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	~Debug()
 | 
						~Debug()
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		std::clog << buf.str() << std::endl;
 | 
							std::cerr << buf.str() << std::endl;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
private:
 | 
					private:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue