I2P

Invisible Internet Project


Changeset 602f3e3a390dc909921950a45c8be23ec52218a0

Show
Ignore:
Timestamp:
11/26/11 05:39:13 (18 months ago)
Author:
HungryHobo@…
Branches:
i2p.i2p-bote
Children:
cbe499bc8fecb6fcd0dbd1d4a426beecb27b4c1d
Parents:
da7cbd36d96708117cab224cd1c0639eebc6ca1d
Message:

Fix error message

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • /src/i2p/bote/crypto/ECDH_ECDSA.java

    rda7c.. r602f..  
    357357        } 
    358358        catch (IOException e) { 
    359             log.debug("Can't read from ByteArrayOutputStream.", e); 
     359            log.debug("Can't read from ByteArrayInputStream.", e); 
    360360            return null; 
    361361        }