fixing misleading log output
This commit is contained in:
@@ -91,7 +91,7 @@ public class DbTransferDAO implements TransferDAO {
|
|||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
throw new RuntimeException("Unable to insert transfer from", ex);
|
throw new RuntimeException("Unable to insert transfer to", ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user