mirror of
				https://github.com/PancakeTAS/lsfg-vk.git
				synced 2025-10-30 07:01:10 +00:00 
			
		
		
		
	enhancement(nodeps): print to stderr
This commit is contained in:
		
							parent
							
								
									daa1e410eb
								
							
						
					
					
						commit
						77c9cc632d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -133,7 +133,7 @@ void Config::updateConfig( | ||||||
| 
 | 
 | ||||||
|     if (!gameConf.has_value()) { |     if (!gameConf.has_value()) { | ||||||
|         Config::currentConf.reset(); |         Config::currentConf.reset(); | ||||||
|         std::cout << "lsfg-vk: Configuration entry disappeared, disabling.\n"; |         std::cerr << "lsfg-vk: Configuration entry disappeared, disabling.\n"; | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 PancakeTAS
						PancakeTAS