[SSSD] [PATCH] Display more information on DB version crash

Jakub Hrozek jhrozek at redhat.com
Mon Nov 19 12:40:38 UTC 2012


On Mon, Nov 19, 2012 at 01:22:21PM +0100, Jakub Hrozek wrote:
> > >Thank you.
> > >
> > >Replace this:
> > >
> > >+        ERROR("Higher version of database is expected!\n"); \
> > >+        SYSDB_VERSION_ERROR_HINT; \
> > >+        ERROR("In this case, you could also try running SSSD, " \
> > >+              "which should handle the database upgrade.\n"); \
> > >
> > >with this:
> > >
> > >+        ERROR("Higher version of database is expected!\n"); \
> > >+        ERROR("In order to upgrade the database, you must run SSSD.\n"); \
> > >+        SYSDB_VERSION_ERROR_HINT; \
> > >
> > >and it's an ACK.
> > >
> > >(Also it wouldn't hurt if a native English speaker checked the error
> > >messages for correct grammar.)
> > >
> > >Honza
> > >
> > 
> > patch attached.
> > 
> > Ondra
> 
> Ack

Pushed to master and sssd-1-9



More information about the sssd-devel mailing list