Changeset 30214
- Timestamp:
- Jan 7, 2011, 12:04:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101215/ippScripts/scripts/ipp_apply_burntool_single.pl
r30121 r30214 74 74 unless ($success) { 75 75 $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR); 76 &my_die("Unable to perform ppConfigDump: $error_code", 0, 0, $class_id, $PS_EXIT_SYS_ERROR);76 &my_die("Unable to perform ppConfigDump: $error_code", $exp_id, $class_id, $PS_EXIT_SYS_ERROR); 77 77 } 78 78 79 79 my $recipeData = $mdcParser->parse(join "", @$stdout_buf) or 80 &my_die("Unable to parse metadata config doc", 0, 0, $class_id, $PS_EXIT_SYS_ERROR);80 &my_die("Unable to parse metadata config doc", $exp_id, $class_id, $PS_EXIT_SYS_ERROR); 81 81 82 82 my $burntoolStateGood = 999; … … 87 87 } 88 88 if ($burntoolStateGood == 999) { 89 &my_die("Failed to determine BURNTOOL.STATE.GOOD", $ burntoolStateGood, $class_id, 0, $PS_EXIT_SYS_ERROR);89 &my_die("Failed to determine BURNTOOL.STATE.GOOD", $exp_id, $class_id, $PS_EXIT_SYS_ERROR); 90 90 } 91 91 my $outState = -1 * abs($burntoolStateGood);
Note:
See TracChangeset
for help on using the changeset viewer.
