Skip to content

Commit

Permalink
update log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rlieberman-splunk committed Jan 10, 2025
1 parent 9756fba commit 2ed1355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/splunk/enterprise/afwscheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ func getAppTopFolderFromPackage(rctx context.Context, cr splcommon.MetaObject, a
// The onus falls on the user to make sure the app packages are tarred appropriately
// to avoid the re-installation cycles as it is prudent to continue
// to the install step for harmless warnings
scopedLog.Info("Error in tar contents list, app can still be installed", "stdOut", stdOut, "stdErr", stdErr, "command", command, "appPkgPathOnPod", appPkgPathOnPod)
scopedLog.Info("Error in tar contents list, but app installation will continue", "stdOut", stdOut, "stdErr", stdErr, "command", command, "appPkgPathOnPod", appPkgPathOnPod)
if stdOut == "" {
return "Empty app package name, could not get installed app name", err
}
Expand Down

0 comments on commit 2ed1355

Please sign in to comment.