Skip to content
Snippets Groups Projects
Commit a8c42d06 authored by OZGCloud's avatar OZGCloud
Browse files

resolve comment

parent 357545bf
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ public class OzgCloudElsterTransferUserReconciler implements Reconciler<OzgCloud ...@@ -82,7 +82,7 @@ public class OzgCloudElsterTransferUserReconciler implements Reconciler<OzgCloud
service.delete(user); service.delete(user);
return DeleteControl.defaultDelete(); return DeleteControl.defaultDelete();
} catch (Exception e) { } catch (Exception e) {
LOG.warn(namespace + " could not delete.", e); LOG.warn("{} could not delete: {}", namespace, e);
return DeleteControl.noFinalizerRemoval().rescheduleAfter(ElsterTransferOperatorConfiguration.RECONCILER_RETRY_SECONDS_ON_ERROR); return DeleteControl.noFinalizerRemoval().rescheduleAfter(ElsterTransferOperatorConfiguration.RECONCILER_RETRY_SECONDS_ON_ERROR);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment