Skip to content

Commit

Permalink
Add queryable keyexpr to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
oteffahi committed Apr 18, 2024
1 parent 968ab27 commit 9209545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/main/kotlin/io.zenoh/ZQueryable.kt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ZQueryable(private val emptyArgs: Boolean) : CliktCommand(
session.use {
key.intoKeyExpr().onSuccess { keyExpr ->
keyExpr.use {
println("Declaring Queryable")
println("Declaring Queryable on " + key + "...")
session.declareQueryable(keyExpr).res().onSuccess { queryable ->
queryable.use {
println("Press CTRL-C to quit...")
Expand Down

0 comments on commit 9209545

Please sign in to comment.