Add missing whitespace in log message
Change-Id: If025c95e9bdf3b8d3abbe01c3c28ba505a390410
This commit is contained in:
parent
6ba9d45ea6
commit
f332cdf15f
@ -155,7 +155,7 @@ class StateManager(object):
|
||||
This method is deprecated, consider using
|
||||
"set_last_processed_timestamp".
|
||||
"""
|
||||
LOG.warning("The method 'set_state' is deprecated."
|
||||
LOG.warning("The method 'set_state' is deprecated. "
|
||||
"Consider using the new method "
|
||||
"'set_last_processed_timestamp'.")
|
||||
self.set_last_processed_timestamp(
|
||||
|
Loading…
Reference in New Issue
Block a user