Changeset 538 for trunk/src


Ignore:
Timestamp:
Sep 23, 2018, 11:33:17 PM (6 years ago)
Author:
katerina
Message:

Fix for issue #430 (Insufficient information in error message).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_dbIO.c

    r525 r538  
    409409{
    410410  dlog(1, file, line,
    411        _("There is a record with a bad version number in the file signature database: %s\n"),
     411       _("There is a record with a bad version number in the file signature database: %s\nThis may be caused by using '-t init' repeatedly to initialise the database, without (re)moving the database file.\n"),
    412412       (NULL == filepath) ? _("(null)") : filepath);
    413413  sh_error_handle((-1), file, line, 0, MSG_E_SUBGPATH,
Note: See TracChangeset for help on using the changeset viewer.