diff options
author | Tim Smith <tsmith@chef.io> | 2019-05-10 20:19:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-05-10 20:19:01 -0700 |
commit | caf68c3c3a4467ea2f814640574a385d34d6828b (patch) | |
tree | b6174a8ce7d0b9532af8af3125256144eecf109a /ext | |
parent | a3fb91c2d7af72c0a2d1de40c81b2c14dabc0d2e (diff) | |
download | chef-caf68c3c3a4467ea2f814640574a385d34d6828b.tar.gz |
Update to Chef Infra Client in Add/Remove Programs & Event Loginfra_client
Make sure we're Chef Infra Client where the user sees it.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'ext')
-rw-r--r-- | ext/win32-eventlog/chef-log.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/win32-eventlog/chef-log.man b/ext/win32-eventlog/chef-log.man index 10c28e739f..dade288b85 100644 --- a/ext/win32-eventlog/chef-log.man +++ b/ext/win32-eventlog/chef-log.man @@ -1,25 +1,25 @@ MessageId=10000 SymbolicName=RUN_START Language=English -Starting Chef Client run v%1 +Starting Chef Infra Client run v%1 . MessageId=10001 SymbolicName=RUN_STARTED Language=English -Started Chef Client run %1 +Started Chef Infra Client run %1 . MessageId=10002 SymbolicName=RUN_COMPLETED Language=English -Completed Chef Client run %1 in %2 seconds +Completed Chef Infra Client run %1 in %2 seconds . MessageId=10003 SymbolicName=RUN_FAILED Language=English -Failed Chef Client run %1 in %2 seconds.%n +Failed Chef Infra Client run %1 in %2 seconds.%n Exception type: %3%n Exception message: %4%n Exception backtrace: %5%n |