Changeset 2491

Show
Ignore:
Timestamp:
11/06/08 23:37:10 (2 months ago)
Author:
D_E_Bastian_Preindl
Message:

- Bugfix in debug message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dev/aus/trunk/src/org/genso/aus/certmanage/CAManager.java

    r2487 r2491  
    100100        { 
    101101            log.info("Can't find default openSSLConfig " + opensslDefaultConfig); 
    102             throw new GensoCertificationException("Can't find OpenSSL default config at " + openSSLBin); 
     102            throw new GensoCertificationException("Can't find OpenSSL default config at " + opensslDefaultConfig); 
    103103        } 
    104104        log.debug("Use default openSSLConfig " + opensslC.getAbsolutePath());