Skip to content

Commit 1f2020b

Browse files
committed
Logging.
1 parent dd0b1a1 commit 1f2020b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binding/src/main/java/ch/cyberduck/binding/ProxyController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ public int alert(final SheetController sheet, final AlertRunner runner, final Co
163163
* @return Selected alert option by user
164164
*/
165165
public int alert(final SheetController sheet, final SheetCallback callback, final AlertRunner runner, final CountDownLatch signal) {
166+
log.debug("Alert with runner {} and callback {}", runner, callback);
166167
alerts.add(runner);
167168
final AtomicInteger option = new AtomicInteger(SheetCallback.CANCEL_OPTION);
168169
final CountDownLatch state = new CountDownLatch(1);

0 commit comments

Comments
 (0)