Skip to content

Commit

Permalink
UpdateGamma now has more meaningful debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Jan 15, 2017
1 parent 3278a67 commit c393460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LightBulb/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ private void UpdateGamma()
var intensity = ColorIntensity.FromTemperature(temp);
_gammaControlService.SetDisplayGammaLinear(intensity);

Debug.WriteLine("Set gamma", GetType().Name);
Debug.WriteLine($"Set gamma (intensity to {intensity})", GetType().Name);
}

private void UpdateTemperature()
Expand Down

0 comments on commit c393460

Please sign in to comment.