diff -r 67fc217d7341 -r 20748e9d2238 tool/MasterDevice.cpp --- a/tool/MasterDevice.cpp Fri Mar 05 13:20:42 2010 +0100 +++ b/tool/MasterDevice.cpp Fri Mar 05 13:39:57 2010 +0100 @@ -534,10 +534,10 @@ if (errno == EIO && data->error_code) { throw MasterDeviceSoeException(data->error_code); } else { - stringstream err; - err << "Failed to read IDN: " << strerror(errno); - throw MasterDeviceException(err); - } + stringstream err; + err << "Failed to read IDN: " << strerror(errno); + throw MasterDeviceException(err); + } } }