Skip to content

Commit 82d3016

Browse files
committed
Reduce the width of the log message
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent cce85bb commit 82d3016

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/frequenz/sdk/timeseries/grid.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ def initialize(
198198
case 0:
199199
fuse = Fuse(max_current=Current.zero())
200200
_logger.info(
201-
"No grid connection found for this microgrid. This is normal for an islanded microgrid."
201+
"No grid connection found for this microgrid. "
202+
"This is normal for an islanded microgrid."
202203
)
203204
case 1:
204205
metadata = grid_connections[0].metadata

0 commit comments

Comments
 (0)