This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
NSM: Write server unresponsiveness to status log instead of popping up an alert window.
tags/non-daw-v1.2.0
Jonathan Moore Liles
12 years ago
parent
d0c4be1ff9
commit
4dcc011ca1
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
session-manager/src/session-manager.C
+ 4
- 1
session-manager/src/session-manager.C
View File
@@ -1015,13 +1015,16 @@ public:
if ( active() )
{
deactivate();
f
l_a
ler
t( "Server is not responding..." );
l
og
_
st
at
us
( "Server is not responding..." );
}
}
else
{
if ( !active() )
{
log_status( "Server is back." );
activate();
}
}
}
}
Write
Preview
Loading…
Cancel
Save