log
parent
94451b542c
commit
144fadf156
|
@ -144,7 +144,7 @@ public class GmService implements RPCRequestGMIFace.Iface {
|
|||
|
||||
} catch (final Exception ex) {
|
||||
result.setResultMsg("Cmd Illegal");
|
||||
LOGGER.info("e={}",e);
|
||||
LOGGER.info("e={}",ex);
|
||||
return result;
|
||||
}
|
||||
result.setResultCode(0);
|
||||
|
|
Loading…
Reference in New Issue