Skip to content

Commit

Permalink
Fix threadname.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Herwege <[email protected]>
  • Loading branch information
mherwege committed Dec 23, 2021
1 parent aa096db commit 0f15af8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ public static enum ElroDeviceStatus {
}

// Listener threadname prefix
public static final String THREAD_NAME_PREFIX = "OH-" + BINDING_ID + "-";
public static final String THREAD_NAME_PREFIX = "OH-binding-";
}

0 comments on commit 0f15af8

Please sign in to comment.