openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4f9ed4e252bdc1f97ca5c50a735c52dc75b6c6a6
parent a0585888dc4d4e252876a3559bf4e526c2828e71
Author: Peter Kosyh <p.kosyh@gmail.com>
Date:   Fri,  5 Feb 2021 12:09:47 +0300

up

Diffstat:
Mii/db.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ii/db.go b/ii/db.go @@ -770,7 +770,7 @@ func (db *DB) _Store(m *Msg, edit bool) error { } if repto != "" { if _, ok := db.Idx.Hash[repto]; !ok { // repto is absent, we should avoid loops! - return errors.New("Wrong repto") + return errors.New("Wrong repto: " + repto) } } fi, err := os.Stat(db.BundlePath())