profiles: Use loggerl
This commit is contained in:
@@ -103,7 +103,7 @@ class ProfilePanel extends JPanel
|
|||||||
}
|
}
|
||||||
catch (InvalidKeySpecException | NoSuchAlgorithmException ex)
|
catch (InvalidKeySpecException | NoSuchAlgorithmException ex)
|
||||||
{
|
{
|
||||||
ex.printStackTrace();
|
log.error(e.toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -346,7 +346,7 @@ class ProfilesPanel extends PluginPanel
|
|||||||
}
|
}
|
||||||
catch (InvalidKeySpecException | NoSuchAlgorithmException ex)
|
catch (InvalidKeySpecException | NoSuchAlgorithmException ex)
|
||||||
{
|
{
|
||||||
ex.printStackTrace();
|
log.error(e.toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
this.addAccount(data);
|
this.addAccount(data);
|
||||||
@@ -552,7 +552,7 @@ class ProfilesPanel extends PluginPanel
|
|||||||
}
|
}
|
||||||
catch (NoSuchAlgorithmException | IllegalBlockSizeException | InvalidKeyException | BadPaddingException | NoSuchPaddingException e)
|
catch (NoSuchAlgorithmException | IllegalBlockSizeException | InvalidKeyException | BadPaddingException | NoSuchPaddingException e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
log.error(e.toString());
|
||||||
}
|
}
|
||||||
return new byte[0];
|
return new byte[0];
|
||||||
}
|
}
|
||||||
@@ -568,7 +568,7 @@ class ProfilesPanel extends PluginPanel
|
|||||||
}
|
}
|
||||||
catch (NoSuchAlgorithmException | IllegalBlockSizeException | InvalidKeyException | BadPaddingException | NoSuchPaddingException e)
|
catch (NoSuchAlgorithmException | IllegalBlockSizeException | InvalidKeyException | BadPaddingException | NoSuchPaddingException e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
log.error(e.toString());
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user