Explorar o código

taud: Inform about undecryptable tasks only in the debug loglevel.

parazyd %!s(int64=3) %!d(string=hai) anos
pai
achega
cebb24549c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/tau/taud/src/main.rs

+ 1 - 1
bin/tau/taud/src/main.rs

@@ -194,7 +194,7 @@ async fn on_receive_task(
     for (workspace, salsa_box) in workspaces.iter() {
         let task = decrypt_task(task, salsa_box);
         if let Err(e) = task {
-            info!("unable to decrypt the task: {}", e);
+            debug!("unable to decrypt the task: {}", e);
             continue
         }