Committed by
Gerrit Code Review
Better output format for hex group id
Change-Id: Ic765642d494acf48f214618afe88f0f9c371fde4
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -46,9 +46,9 @@ import static com.google.common.collect.Lists.newArrayList; | ... | @@ -46,9 +46,9 @@ import static com.google.common.collect.Lists.newArrayList; |
| 46 | public class GroupsListCommand extends AbstractShellCommand { | 46 | public class GroupsListCommand extends AbstractShellCommand { |
| 47 | 47 | ||
| 48 | private static final String FORMAT = | 48 | private static final String FORMAT = |
| 49 | - " id=%s, state=%s, type=%s, bytes=%s, packets=%s, appId=%s"; | 49 | + " id=0x%s, state=%s, type=%s, bytes=%s, packets=%s, appId=%s"; |
| 50 | private static final String BUCKET_FORMAT = | 50 | private static final String BUCKET_FORMAT = |
| 51 | - " id=%s, bucket=%s, bytes=%s, packets=%s, actions=%s"; | 51 | + " id=0x%s, bucket=%s, bytes=%s, packets=%s, actions=%s"; |
| 52 | 52 | ||
| 53 | @Argument(index = 1, name = "uri", description = "Device ID", | 53 | @Argument(index = 1, name = "uri", description = "Device ID", |
| 54 | required = false, multiValued = false) | 54 | required = false, multiValued = false) | ... | ... |
-
Please register or login to post a comment