mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-24 04:28:10 +00:00
[client] removed accidental debug commit
This commit is contained in:
parent
7018a3e737
commit
75bc038144
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
B1-168-gd3836d4548+1
|
B1-169-g7018a3e737+1
|
|
@ -1475,7 +1475,7 @@ static int lg_run()
|
||||||
if (!lgmpClientSessionValid(state.lgmp))
|
if (!lgmpClientSessionValid(state.lgmp))
|
||||||
{
|
{
|
||||||
DEBUG_WARN("Session is invalid, has the host shutdown?");
|
DEBUG_WARN("Session is invalid, has the host shutdown?");
|
||||||
// break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
(void)closeAlert;
|
(void)closeAlert;
|
||||||
|
|
Loading…
Reference in a new issue