Skip to content

Commit 1bdf0eb

Browse files
committed
Fix error when closing non-existent log file
1 parent e04899a commit 1bdf0eb

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

Logger.lvproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@
560560
<Property Name="Bld_localDestDir" Type="Path">../builds/Examples</Property>
561561
<Property Name="Bld_localDestDirType" Type="Str">relativeToProject</Property>
562562
<Property Name="Bld_previewCacheID" Type="Str">{76DD8FFF-709C-4C15-AC00-AD8105B54238}</Property>
563-
<Property Name="Bld_version.build" Type="Int">78</Property>
563+
<Property Name="Bld_version.build" Type="Int">79</Property>
564564
<Property Name="Bld_version.major" Type="Int">1</Property>
565565
<Property Name="Bld_version.minor" Type="Int">10</Property>
566566
<Property Name="Bld_version.patch" Type="Int">2</Property>
@@ -629,7 +629,7 @@
629629
<Property Name="Bld_localDestDir" Type="Path">../builds/Toolkit</Property>
630630
<Property Name="Bld_localDestDirType" Type="Str">relativeToProject</Property>
631631
<Property Name="Bld_previewCacheID" Type="Str">{06B378F5-8C3F-4924-A9C2-55D1006419E6}</Property>
632-
<Property Name="Bld_version.build" Type="Int">78</Property>
632+
<Property Name="Bld_version.build" Type="Int">79</Property>
633633
<Property Name="Bld_version.major" Type="Int">1</Property>
634634
<Property Name="Bld_version.minor" Type="Int">10</Property>
635635
<Property Name="Bld_version.patch" Type="Int">2</Property>

configs/Logger.vipb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<VI_Package_Builder_Settings Version="2018" Created_Date="2015-07-19 16:42:56" Modified_Date="2021-05-29 11:27:09" Creator="cfield" Comments="" ID="99816795387b1cde67662f7e79a882ca">
1+
<VI_Package_Builder_Settings Version="2018" Created_Date="2015-07-19 16:42:56" Modified_Date="2021-05-30 11:54:44" Creator="cfield" Comments="" ID="af4302d67db1f9a8e8498f261bdcb916">
22
<Library_General_Settings>
33
<Package_File_Name>Field_RnD_Services_Logger</Package_File_Name>
44
<Library_Version>1.10.2.79</Library_Version>
@@ -34,13 +34,14 @@
3434
<URL>http://sine.ni.com/nips/cds/view/p/lang/en/nid/215388</URL>
3535
<Release_Notes># Field R&amp;D Services: Logger
3636

37-
## [1.10.2] - 2021-05-29
37+
## [1.10.2] - 2021-06-01
3838

3939
### Fixed
4040

4141
- Error Code 1 appearing during File manager shutdown
4242
- Error Code 1 when unregistering a non-existent listener
4343
- Error Code 1 when releasing a non-existent listener
44+
- Error when closing a non-existent log file
4445

4546
</Release_Notes>
4647
</Description>
@@ -385,7 +386,7 @@
385386
<Path>..\builds\Utility</Path>
386387
<VI_Title/>
387388
</Items_Data>
388-
<GUID>E7AC1B8579C38DDFCBD060BC55AD38AF</GUID>
389+
<GUID>DBA755A012BE0047475A5144D70ED26C</GUID>
389390
</Functions_Palette_Data>
390391
<Functions_Palette_Data>
391392
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -560,7 +561,7 @@
560561
<Path>..\builds\Toolkit\Action-Status\Unregister Listener.vi</Path>
561562
<VI_Title/>
562563
</Items_Data>
563-
<GUID>6D1DA3D720A65A410EA98041ABEE1A4D</GUID>
564+
<GUID>67E0D525AA069F8F76CA4C1E1519E04D</GUID>
564565
</Functions_Palette_Data>
565566
<Functions_Palette_Data>
566567
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -749,7 +750,7 @@
749750
<Path>..\builds\Toolkit\Configure\Configure Delimiter.vi</Path>
750751
<VI_Title/>
751752
</Items_Data>
752-
<GUID>83C189BEBC5A093248E365B43983893E</GUID>
753+
<GUID>A169F9B8ECA02575567AF5381DC59C89</GUID>
753754
</Functions_Palette_Data>
754755
<Functions_Palette_Data>
755756
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -784,7 +785,7 @@
784785
<Path>..\builds\Toolkit\Data\Read Listener.vi</Path>
785786
<VI_Title/>
786787
</Items_Data>
787-
<GUID>5B72616980F5BB7172C59834EDECBF6E</GUID>
788+
<GUID>99F90099D654A70430BFD163D39DF5A9</GUID>
788789
</Functions_Palette_Data>
789790
<Functions_Palette_Data>
790791
<Parent_Palette_Index>0</Parent_Palette_Index>
@@ -875,7 +876,7 @@
875876
<Path>..\builds\Toolkit\Utility\Create Statement Line.vi</Path>
876877
<VI_Title/>
877878
</Items_Data>
878-
<GUID>DF3D495BAE64B284D30F1182ED104891</GUID>
879+
<GUID>C3DC0466587DB641F4A80A3E8C969BDE</GUID>
879880
</Functions_Palette_Data>
880881
</Library_Palette_Definition>
881882
</VI_Package_Builder_Settings>

docs/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file, which is wr
44

55
## [Unreleased]
66

7+
## [1.10.2] - 2021-6-01
8+
79
### Fixed
810

911
- Error Code 1 appearing during File manager shutdown
1012
- Error Code 1 when unregistering a non-existent listener
1113
- Error Code 1 when releasing a non-existent listener
14+
- Error when closing a non-existent log file
1215

1316
## [1.10.1] - 2019-08-20
1417

804 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)