aboutsummaryrefslogtreecommitdiff
path: root/src/usb-manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/usb-manager.cpp')
-rw-r--r--src/usb-manager.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usb-manager.cpp b/src/usb-manager.cpp
index 4d750c0..d2d82c3 100644
--- a/src/usb-manager.cpp
+++ b/src/usb-manager.cpp
@@ -92,6 +92,7 @@ private:
void maybe_snap()
{
+g_message("%s m_req.public_key.empty() %d && m_greeter->is_active().get() %d", G_STRLOC, int(m_req.public_key.empty()), int(m_greeter->is_active().get()));
// don't prompt in the greeter!
if (!m_req.public_key.empty() && !m_greeter->is_active().get())
snap();