diff --git a/src/burp/backup.epp b/src/burp/backup.epp index 9a43aabdc06..2c5c58cf5a6 100644 --- a/src/burp/backup.epp +++ b/src/burp/backup.epp @@ -2767,7 +2767,7 @@ void write_exceptions() BURP_verbose (198, temp); // msg 198 writing exception %s PUT_MESSAGE(att_exception_msg, att_exception_msg2, X.RDB$MESSAGE); - put_source_blob (att_exception_description2, att_procedure_description, X.RDB$DESCRIPTION); + put_source_blob (att_exception_description2, att_exception_description, X.RDB$DESCRIPTION); if (!X.RDB$SECURITY_CLASS.NULL) PUT_TEXT(att_exception_security_class, X.RDB$SECURITY_CLASS); @@ -2791,7 +2791,7 @@ void write_exceptions() BURP_verbose (198, temp); // msg 198 writing exception %s PUT_MESSAGE(att_exception_msg, att_exception_msg2, X.RDB$MESSAGE); - put_source_blob (att_exception_description2, att_procedure_description, X.RDB$DESCRIPTION); + put_source_blob (att_exception_description2, att_exception_description, X.RDB$DESCRIPTION); put(tdgbl, att_end); END_FOR; ON_ERROR