Skip to content

Commit a20be65

Browse files
rucoderOhmSpectator
authored andcommitted
TEST: Rene's eve
make CI happy Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
1 parent bc2e7f9 commit a20be65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pillar/cmd/baseosmgr/baseosmgr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func handleBaseOsConfigDelete(ctxArg interface{}, key string,
192192
// base os config modify event
193193
func handleBaseOsConfigCreate(ctxArg interface{}, key string, configArg interface{}) {
194194

195-
log.Functionf("handleBaseOsConfigCreate(%s)", key)
195+
log.Functionf("handleBaseOsConfigCreate(%s) for Rene", key)
196196
ctx := ctxArg.(*baseOsMgrContext)
197197
config := configArg.(types.BaseOsConfig)
198198
status := types.BaseOsStatus{

0 commit comments

Comments
 (0)