Build of V2.6.0 alpha test version

This commit is contained in:
Graham Jones
2019-01-23 06:33:58 +00:00
parent 4cd2220d51
commit 76df111876
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ public class OsdUtil implements ActivityCompat.OnRequestPermissionsResultCallbac
*/
public void startServer() {
// Start the server
Log.i(TAG,"OsdUtil.startServer()");
Log.d(TAG,"OsdUtil.startServer()");
writeToSysLogFile("startServer() - starting server");
Intent sdServerIntent;
sdServerIntent = new Intent(mContext, SdServer.class);
@@ -187,7 +187,7 @@ public class OsdUtil implements ActivityCompat.OnRequestPermissionsResultCallbac
* Stop the SdServer service
*/
public void stopServer() {
Log.i(TAG, "OsdUtil.stopServer() - stopping Server...");
Log.d(TAG, "OsdUtil.stopServer() - stopping Server...");
writeToSysLogFile("stopserver() - stopping server");
// then send an Intent to stop the service.