Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662866 - app-office/ledger: use elog function instead of einfo for message to users
Summary: app-office/ledger: use elog function instead of einfo for message to users
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Erik Mackdanz
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-05 20:37 UTC by Francesco Turco
Modified: 2020-01-04 15:36 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Turco 2018-08-05 20:37:06 UTC
In current app-office/ledger ebuilds there's the following einfo message:

> einfo
> einfo "Since version 3, vim support is released separately."
> einfo "See https://github.com/ledger/vim-ledger"
> einfo

According to https://dev.gentoo.org/~zmedico/portage/doc/ch06s02.html elog is a better solution, because that message is important and users should take notice.
Comment 1 Francesco Turco 2020-01-04 15:36:24 UTC
app-office/ledger now internally uses elog instead of einfo.