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