commit: 4b2b76c7b700e31dcdcd41495b4e8778546a98ce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 23 07:48:51 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 23 08:12:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2b76c7
dev-python/redis-py: Replace elog with einfo
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/redis-py/redis-py-4.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/redis-py/redis-py-4.0.2.ebuild
b/dev-python/redis-py/redis-py-4.0.2.ebuild
index ccefac5ea7ba..d9c474ea7e29 100644
--- a/dev-python/redis-py/redis-py-4.0.2.ebuild
+++ b/dev-python/redis-py/redis-py-4.0.2.ebuild
@@ -41,8 +41,8 @@ python_test() {
# Spawn Redis itself for testing purposes
# NOTE: On sam@'s machine, spawning Redis can hang in the sandbox.
# I'm not restricting tests yet because this doesn't happen for anyone
else AFAICT.
- elog "Spawning Redis"
- elog "NOTE: Port ${redis_port} must be free"
+ einfo "Spawning Redis"
+ einfo "NOTE: Port ${redis_port} must be free"
"${EPREFIX}"/usr/sbin/redis-server - <<< "${redis_test_config}" || die
# Run the tests