diff options
| author | Harsh Sharma <harsh.sharma@multitech.com> | 2022-03-16 12:35:57 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2022-03-16 16:36:00 -0500 |
| commit | 4b5fcfa39cd840418d2316209a7f67f239d3aa28 (patch) | |
| tree | fc1c3ba6845f984717319aed8516a9e90ed6a4b0 /include/Utility/Utility.h | |
| parent | 17e3209a015e2f23b655b860917a1d2dffcd6040 (diff) | |
| download | mts-io-sysfs-4b5fcfa39cd840418d2316209a7f67f239d3aa28.tar.gz mts-io-sysfs-4b5fcfa39cd840418d2316209a7f67f239d3aa28.tar.bz2 mts-io-sysfs-4b5fcfa39cd840418d2316209a7f67f239d3aa28.zip | |
Fixed fpga loader
Diffstat (limited to 'include/Utility/Utility.h')
| -rw-r--r-- | include/Utility/Utility.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Utility/Utility.h b/include/Utility/Utility.h index caf5661..a04d826 100644 --- a/include/Utility/Utility.h +++ b/include/Utility/Utility.h @@ -44,7 +44,7 @@ inline std::string toCamelCase(const char *d_name) { inline void exitHandler(int code) { if (code != 0) { - std::cout << "exiting with " << std::to_string(code); + std::cout << "exiting with " << std::to_string(code) <<std::endl; } exit(code); } |
