diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-16 15:59:12 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-08-16 15:59:12 +0300 |
| commit | 04fd2234090e23ff2e648d997a1cc753c9354941 (patch) | |
| tree | 5624cfac25a0439ad6dfaae64132fbe5b62a50a0 /Software/Visual_Studio/Tango.Logging/LogManager.cs | |
| parent | 9dbb8f8eb3d07ee07cf7ce1beab72df056e157c6 (diff) | |
| download | Tango-04fd2234090e23ff2e648d997a1cc753c9354941.tar.gz Tango-04fd2234090e23ff2e648d997a1cc753c9354941.zip | |
Implemented full machine setup with connectivity and communication testing!
Fixed an issue with auto reset event on transport and logging :/
Diffstat (limited to 'Software/Visual_Studio/Tango.Logging/LogManager.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Logging/LogManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Logging/LogManager.cs b/Software/Visual_Studio/Tango.Logging/LogManager.cs index 91f6423d0..2d99c4fac 100644 --- a/Software/Visual_Studio/Tango.Logging/LogManager.cs +++ b/Software/Visual_Studio/Tango.Logging/LogManager.cs @@ -259,7 +259,7 @@ namespace Tango.Logging { while (_isStarted) { - if (_logs.Count > 0) + while (_logs.Count > 0) { LogItemBase log; |
