Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Jul 3, 2024
1 parent 14d9cfb commit b3de73c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private void resolveRestrictions() {
jo.put("pass", serverConfig.getString("server_password"));
jo.put("itemtype", serverConfig.getString("server_itemtype"));
jo.put("serial", serverConfig.getString("server_custom_asset_serial"));
AgentLog.e("EMM - JSON " + jo.toString(););
AgentLog.e("EMM - JSON " + jo.toString());
preferences.saveJSONObject(serverConfig.getString("server_url"), jo);
enterpriseFeedback(getApplicationContext(), "server_url", "server added / updated successfully", serverConfig.getString("server_url"), KeyedAppState.SEVERITY_INFO);
AgentLog.e("EMM - server added / updated successfully");
Expand Down

0 comments on commit b3de73c

Please sign in to comment.