94
snprintf(msg, 80, "Backup info with reference ID %"PRIu32" not found", backupRefId);
97
snprintf(msg, 80, "Backup info with reference ID %"PRIu32" not found", in_backupRefId);
95
98
CSException::throwException(CS_CONTEXT, CS_ERR_GENERIC_ERROR, msg);