[pbs-devel] [PATCH proxmox/proxmox-backup v3 0/1] Improved panic errors with formatted strings
    Laurențiu Leahu-Vlăducu 
    l.leahu-vladucu at proxmox.com
       
    Fri Jan 24 16:29:08 CET 2025
    
    
  
While I was working on some patches, I noticed that error messages
were not properly logged in some situations where we were formatting
errors (thus not logging errors defined at compile-time).
This patch series fixes the issues I had by patching the proxmox-rest-server,
but also fixes similar issues in PBS itself from happening in the future.
Changes since v2:
* refactored nested matches to if let
* improved commit message
proxmox-backup:
Laurențiu Leahu-Vlăducu (1):
  proxy/parallel_handler: Improved panic errors with formatted strings
 src/bin/proxmox-backup-proxy.rs | 13 +++++++++----
 src/tools/parallel_handler.rs   | 12 ++++++------
 2 files changed, 15 insertions(+), 10 deletions(-)
proxmox:
Laurențiu Leahu-Vlăducu (1):
  rest-server: Improved panic errors with formatted strings
 proxmox-rest-server/src/worker_task.rs | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
-- 
2.39.5
    
    
More information about the pbs-devel
mailing list