Skip to content

Commit 998041e

Browse files
client improve log
1 parent 3a17944 commit 998041e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/android/client/client.java.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ public class {{Camel .Interface.Name }}Client extends Abstract{{Camel .Interface
356356
@Override
357357
public {{javaReturn "" . }} get{{Camel .Name}}()
358358
{
359-
Log.i(TAG, "request get{{Camel .Name}} called,");
359+
Log.i(TAG, "request get{{Camel .Name}} called, returning local");
360360
return m_{{javaVar .}};
361361
}
362362

0 commit comments

Comments
 (0)