Skip to content

Commit

Permalink
Added debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangrimaldi committed Nov 16, 2014
1 parent b57a758 commit 5670278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public String represent() {
BundleContext bc = FrameworkUtil.getBundle(FunctionsDeviceResource.class).getBundleContext();
ServiceReference[] functionRefs = null;
try {

System.out.println("Device uid property:"+device_uid_prop);
String filterString = "("+Function.SERVICE_DEVICE_UID+"="+URLDecoder.decode(device_uid_prop,"UTF-8")+")";
Filter filter=bc.createFilter(filterString);
System.out.println(filter);
Expand Down

0 comments on commit 5670278

Please sign in to comment.