SEBWIN-303: Improved status message for audio volume change.
This commit is contained in:
		
							parent
							
								
									06eca3c8f0
								
							
						
					
					
						commit
						7e3eb22c93
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -148,7 +148,7 @@ namespace SafeExamBrowser.SystemComponents | ||||||
| 			{ | 			{ | ||||||
| 				var info = BuildInfoText(data.MasterVolume, data.Muted); | 				var info = BuildInfoText(data.MasterVolume, data.Muted); | ||||||
| 
 | 
 | ||||||
| 				logger.Debug($"Volume {data.MasterVolume * 100}%, {(data.Muted ? "muted" : "unmuted")}"); | 				logger.Debug($"Volume is set to {data.MasterVolume * 100}%, audio device is {(data.Muted ? "muted" : "not muted")}."); | ||||||
| 
 | 
 | ||||||
| 				foreach (var control in controls) | 				foreach (var control in controls) | ||||||
| 				{ | 				{ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 dbuechel
						dbuechel