Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Update kopf/reactor/peering.py
Browse files Browse the repository at this point in the history
  • Loading branch information
s-soroosh authored Apr 24, 2019
1 parent d4e23c1 commit bd4a4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kopf/reactor/peering.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def detect(cls,
if Peer._is_default_peering_setup():
return cls(peering=PEERING_DEFAULT_NAME, **kwargs)

logger.warning(f"The default peering object not found. Falling back to the Standalone mode...")
logger.warning(f"Default peering object not found, falling back to the Standalone mode.")
return None

def as_dict(self):
Expand Down

0 comments on commit bd4a4fc

Please sign in to comment.