Home
last modified time | relevance | path

Searched refs:writeExceptionLog (Results 1 – 1 of 1) sorted by relevance

/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl637 writeExceptionLog("Abort: folder '$base/images' not correctly installed");
655 writeExceptionLog("Abort: unable to change to basedirectory $base");
2957 sub writeExceptionLog { subroutine
3175 …or writeExceptionLog("warning: unable to open $base/assp.cfg for reading - will retry or try to us…
3177 (open($CFG,'<',"$base/assp.cfg") and writeExceptionLog("info: $base/assp.cfg was used!")) or
3178 …(open($CFG,'<',"$base/assp.cfg.bak") and writeExceptionLog("warning: $base/assp.cfg.bak was used!"…
3179 …(open($CFG,'<',"$base/assp.cfg.bak.bak") and writeExceptionLog("warning: $base/assp.cfg.bak.bak wa…
3181writeExceptionLog("warning: unable to open any config file - default config values will be used!");
3207 writeExceptionLog("warning: unknown parameter '$k' used at command line '$_'");
3220writeExceptionLog("Abort: ASSP is still running with PID: $pid - (or delete file $base/$Config{pid…
[all …]