Skip to content

Commit 44a2188

Browse files
committed
logging added
1 parent 4acb516 commit 44a2188

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ScreamControl_Client/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.12.*")]
54+
[assembly: AssemblyVersion("0.13.*")]
5555
[assembly: AssemblyFileVersion("1.0.0")]
5656
[assembly: NeutralResourcesLanguage("en-US")]

ScreamControl_Control/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("0.12.*")]
54+
[assembly: AssemblyVersion("0.13.*")]
5555
[assembly: AssemblyFileVersion("1.0.0.0")]
5656
[assembly: NeutralResourcesLanguage("en-US")]

SharedStuff/AlarmSystem/AlarmSystem.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ private SimpleAudioVolume GetSimpleAudioVolume()
624624
var asControl2 = session.QueryInterface<AudioSessionControl2>();
625625
if (asControl2 != null)
626626
{
627+
Trace.TraceInformation("Audio Session Control OK");
627628
if (asControl2.Process.ProcessName.ToLower().Contains("screamcontrol"))
628629
{
629630
Trace.Unindent();

0 commit comments

Comments
 (0)