dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
332 stars 36 forks source link

Fix #174: Inconsistent casing in log messages #587

Closed martinmosegaard closed 8 years ago

martinmosegaard commented 8 years ago

The repeated 'vmSocket' in 'Connected to TCP ...' was because the name parameter is part of the info being logged in pkg/dartino_compiler/lib/src/hub/client_commands.dart::handleSocketErrors

I have not run any tests to verify the fix.

Signed-off-by: Martin Mosegaard Amdisen martin.amdisen@praqma.com

sgjesse commented 8 years ago

Thanks you for the patch!