Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gcpdiag/lint/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def run(argv) -> int:
# Only print the warning if GCE is enabled in the first place
if apis.is_enabled(context.project_id, 'compute'):
logger.warning(
"""Serial output to cloud logging maybe disabled for certain GCE instances.
"""Serial output to cloud logging may be disabled for certain GCE instances.
Fallback on serial output buffers by using flag --enable-gce-serial-buffer \n"""
)

Expand Down