Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CT Input Output Library
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
kulvait
CT Input Output Library
Commits
c21a82e6
Commit
c21a82e6
authored
Sep 01, 2020
by
kulvait
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatting error message
parent
f8517066
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/rawop.cpp
src/rawop.cpp
+1
-1
No files found.
src/rawop.cpp
View file @
c21a82e6
...
...
@@ -54,7 +54,7 @@ namespace io {
if
(
!
file
.
is_open
())
// cannot open file
{
std
::
stringstream
errMsg
;
errMsg
<<
"Can not open file "
<<
fileName
<<
"failed with message"
<<
strerror
(
errno
)
errMsg
<<
"Can not open file "
<<
fileName
<<
"failed with message
:
"
<<
strerror
(
errno
)
<<
"."
;
LOGE
<<
errMsg
.
str
();
throw
std
::
runtime_error
(
errMsg
.
str
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment