Changeset 2908


Ignore:
Timestamp:
Feb 4, 2018, 8:14:01 PM (7 years ago)
Author:
Andreas Schnellbacher
Message:
  • Improved error message.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/init.e

    r2843 r2908  
    163163compile endif
    164164
    165 
    166165-- Include support for viewing the EPM User's guide in the Help menu.
    167166compile if not defined(SUPPORT_USERS_GUIDE)
     
    343342   NepmdOpenConfig( nepmd_hini)
    344343   if rc then
    345       sayerror 'Configuration repository could not be opened, rc = 'rc'.'
     344      sayerror 'Error: Configuration repository in NEPMD.INI could not be opened, rc = 'rc'.'
    346345   else
    347346      dprintf( 'DEFINIT', 'Current ini entry: 'queryprofile( HINI_USERPROFILE, 'EPM', 'EPMIniPath'))
     
    389388   NepmdInitConfig( nepmd_hini)
    390389   if rc then
    391       sayerror 'Configuration repository could not be initialized, rc = 'rc'.'
     390      sayerror 'Error: Configuration repository in NEPMD.INI could not be initialized, rc = 'rc'.'
    392391   endif
    393392
Note: See TracChangeset for help on using the changeset viewer.