[v3 mac] Better logging

This commit is contained in:
Lea Anthony
2023-08-18 09:58:43 +10:00
parent 23e87e0ad7
commit 946a4c56a0
27 changed files with 475 additions and 62 deletions
@@ -27,4 +27,6 @@ func (m *MessageProcessor) processContextMenuMethod(method string, rw http.Respo
m.httpError(rw, "Unknown clipboard method: %s", method)
}
m.Info("Runtime:", "method", "ContextMenu."+method)
}