From 0969c97ecad4a216b38939ba7864518381f7e0c5 Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 18 Apr 2019 08:13:56 +0200 Subject: [PATCH] Add missing string to debug code --- hosting/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosting/models.py b/hosting/models.py index 550cf27f..84cdc357 100644 --- a/hosting/models.py +++ b/hosting/models.py @@ -282,7 +282,7 @@ class MonthlyHostingBill(AssignPermissionsMixin, models.Model): "More than one subscriptions" "for MonthlyHostingBill {}".format(args['invoice_id']) ) - logger.debug("SUB_IDS=".format(','.join(sub_ids))) + logger.debug("SUB_IDS={}".format(','.join(sub_ids))) logger.debug("Not importing invoices") return elif len(args['lines_meta_data_csv']) > 0: @@ -294,7 +294,7 @@ class MonthlyHostingBill(AssignPermissionsMixin, models.Model): "More than one VM_ID" "for MonthlyHostingBill {}".format(args['invoice_id']) ) - logger.debug("VM_IDS=".format(','.join(vm_ids))) + logger.debug("VM_IDS={}".format(','.join(vm_ids))) logger.debug("Not importing invoices") return else: