mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 12:06:29 +00:00
refactor: fix missing }
This commit is contained in:
parent
b64aa97a3f
commit
bbbd6d2290
1 changed files with 18 additions and 17 deletions
|
|
@ -336,12 +336,13 @@ namespace PepperDash.Core
|
||||||
Connect();
|
Connect();
|
||||||
}, AutoReconnectIntervalMs);
|
}, AutoReconnectIntervalMs);
|
||||||
Debug.Console(1, this, Debug.ErrorLogLevel.Notice, "Attempting connection in {0} seconds",
|
Debug.Console(1, this, Debug.ErrorLogLevel.Notice, "Attempting connection in {0} seconds",
|
||||||
(float)(AutoReconnectIntervalMs / 1000));
|
(float) (AutoReconnectIntervalMs/1000));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Debug.Console(1, this, "{0} second reconnect cycle running",
|
Debug.Console(1, this, "{0} second reconnect cycle running",
|
||||||
(float)(AutoReconnectIntervalMs / 1000));
|
(float) (AutoReconnectIntervalMs/1000));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue