diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-10 00:06:49 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-12-10 00:06:49 +0200 |
| commit | 8cf2490a30fd21959cea4baa0afc9cdced434593 (patch) | |
| tree | e58cb252de8a7a9b56b79c324bdc3d41f642f5ef /Software/Embedded_SW/Embedded/StateMachines | |
| parent | b4062b0eace7983126d87001739ddcd3ad9c2c32 (diff) | |
| download | Tango-8cf2490a30fd21959cea4baa0afc9cdced434593.tar.gz Tango-8cf2490a30fd21959cea4baa0afc9cdced434593.zip | |
file handling
Diffstat (limited to 'Software/Embedded_SW/Embedded/StateMachines')
| -rw-r--r-- | Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c index 3e790eabe..cb0703f27 100644 --- a/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c +++ b/Software/Embedded_SW/Embedded/StateMachines/Printing/PrintingSTM.c @@ -203,7 +203,7 @@ JobDescriptionFileSegment *GetNextSegmentFromJobFile() }//segment malloc else { - LOG_ERROR (SegmentPtr, "malloc error"); + LOG_ERROR (SegmentSize, "malloc error"); //status = ERROR; } }//segment read size @@ -270,7 +270,7 @@ JobDescriptionFileBrushStop *GetNextBrushStopFromJobFile() }//brushstop size read ok else { - LOG_ERROR (BrushStopPtr, "malloc error"); + Report("malloc error", __FILE__, __LINE__, BrushStopSize, RpWarning, (int)0, 0); //status = ERROR; } }// if brush stop count |
