Skip to content

Commit

Permalink
chore: cr-based corrections in log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed May 27, 2022
1 parent 8c348fb commit e770b5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/plugins/kubernetes/container/deployment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ export async function startContainerDevSync({
log.warn({
section: service.name,
msg: chalk.yellow(
`Service "${service.name}" has started in --dev-mode but doesn't have devMode configuration! ` +
"Please check its garden.yml config file."
`Service "${service.name}" has been started with the --dev-mode flag ` +
"but doesn't have a devMode configuration section! Please check its garden.yml config file."
),
})
return
Expand Down Expand Up @@ -137,8 +137,8 @@ export async function startLocalMode({
log.warn({
section: service.name,
msg: chalk.yellow(
`Service "${service.name}" has started in --local-mode but doesn't have localMode configuration! ` +
"Please check its garden.yml config file."
`Service "${service.name}" has been started with the --local-mode flag ` +
"but doesn't have a localMode configuration section! Please check its garden.yml config file."
),
})
return
Expand Down

0 comments on commit e770b5d

Please sign in to comment.