spiegel_podman/pkg/specgen
Daniel J Walsh 7680211ede
Remove error stutter
When podman gets an error it prints out "Error: " before
printing the error string.  If the error message starts with
error, we end up with

Error: error ...

This PR Removes all of these stutters.

logrus.Error() also prints out that this is an error, so no need for the
error stutter.

[NO NEW TESTS NEEDED]

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-03-25 21:47:04 -04:00
..
generate Remove error stutter 2022-03-25 21:47:04 -04:00
config_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
container_validate.go bump go module to version 4 2022-01-18 12:47:07 +01:00
namespaces.go Merge pull request #12930 from cdoern/podCgroup 2022-02-04 09:41:12 -05:00
namespaces_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
pod_validate.go bump go module to version 4 2022-01-18 12:47:07 +01:00
podspecgen.go Merge pull request #12930 from cdoern/podCgroup 2022-02-04 09:41:12 -05:00
specgen.go Add support for --chrootdirs 2022-03-14 10:31:58 +02:00
specgen_test.go fix test 2021-10-11 17:41:58 +08:00
volumes.go libpod/option.go remove error stutter from wrap/wraf 2021-08-17 16:14:02 +05:30