diff --git a/src/asset-management/AaveManager.sol b/src/asset-management/AaveManager.sol index fcee296d..9898366f 100644 --- a/src/asset-management/AaveManager.sol +++ b/src/asset-management/AaveManager.sol @@ -113,7 +113,7 @@ contract AaveManager is IAssetManager, Owned(msg.sender), ReentrancyGuard { onlyOwner returns (bytes memory) { - return Address.functionCallWithValue(aTarget, aCalldata, aValue, "FACTORY: RAW_CALL_REVERTED"); + return Address.functionCallWithValue(aTarget, aCalldata, aValue, "AM: RAW_CALL_REVERTED"); } /*////////////////////////////////////////////////////////////////////////// HELPER FUNCTIONS