feat: log the picked event when processing queue
modified src/logger.rs
@@ -8,7 +8,13 @@ use radicle::{git::raw::Oid, identity::RepoId};
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -86,8 +92,11 @@ pub fn queueproc_channel_disconnect() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -79,7 +79,7 @@ impl QueueProcessor {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|