Commit 8b3c93ac authored by claes's avatar claes

Log print added

parent 522b4902
......@@ -668,6 +668,10 @@ public class GdhServer
int typeId = subElement.typeId;
int elements = subElement.elements;
int size = subElement.size;
if(log)
{
System.out.println("getObjectRefInfoAll:" + elements + " " + id);
}
switch (typeId)
{
case Pwr.eType_Int32:
......
......@@ -668,6 +668,10 @@ public class GdhServer
int typeId = subElement.typeId;
int elements = subElement.elements;
int size = subElement.size;
if(log)
{
System.out.println("getObjectRefInfoAll:" + elements + " " + id);
}
switch (typeId)
{
case Pwr.eType_Int32:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment