summaryrefslogtreecommitdiffstats
path: root/cmd-find.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-06-26 15:02:25 +0100
committerThomas Adam <thomas@xteddy.org>2018-06-26 15:02:25 +0100
commitd8721b35a0c534fba5af23f68761913ae716aed1 (patch)
treea22da363917dae1eff63e9276f31f0ae776a2d15 /cmd-find.c
parent486ce9b09855ae30a2bf5e576cb6f7ad37792699 (diff)
parent97738921cda24dd9444f4f94c0fef8a2d2ddec22 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-find.c')
-rw-r--r--cmd-find.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd-find.c b/cmd-find.c
index e8c82772..643da293 100644
--- a/cmd-find.c
+++ b/cmd-find.c
@@ -918,8 +918,7 @@ cmd_find_from_client(struct cmd_find_state *fs, struct client *c, int flags)
cmd_find_log_state(__func__, fs);
return (0);
- }
- else {
+ } else {
log_debug("%s: session $%u does not have pane %%%u",
__func__, s->id, wp->id);
}