aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2019-10-24 13:01:15 +0300
committerShlomo Hecht <shlomo@twine-s.com>2019-10-24 13:01:15 +0300
commit50ed121723c0dad1ce5d1af7f2a12a56ae2ba8a7 (patch)
tree589fe9f3e951ce907b0dc2882d77eb5a691da7a8 /Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
parent7b672771f298e2b6e35bbb30525dfb61209987ab (diff)
parent31096fb03e434d52738b07acd881b87516c3c3d5 (diff)
downloadTango-50ed121723c0dad1ce5d1af7f2a12a56ae2ba8a7.tar.gz
Tango-50ed121723c0dad1ce5d1af7f2a12a56ae2ba8a7.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c')
-rw-r--r--Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
index 6c019f150..018e83ce0 100644
--- a/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
+++ b/Software/Embedded_SW/Embedded/Common/SWUpdate/FileSystem.c
@@ -167,7 +167,7 @@ uint32_t FileChunkUploadRequestFunc(MessageContainer* requestContainer)
lFresult = Fresult;
if(Fresult != FR_OK)
{
- LOG_ERROR (Fresult,"f_write error");
+ Report("f_write error",__FILE__,Fresult,FileReceivedLength,RpWarning,request->buffer.len,0);
FileDone = true;
}
else