Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima-camera-pco
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima-camera-pco
Commits
02b21195
Commit
02b21195
authored
May 06, 2019
by
Roberto Arturo Homs-Regojo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check error: use WARNING / TRACE is disabled by default LIMA_NO_DEBUG
parent
284ff34a
Pipeline
#10716
failed with stages
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/PcoCamera.cpp
src/PcoCamera.cpp
+1
-3
No files found.
src/PcoCamera.cpp
View file @
02b21195
...
...
@@ -1212,11 +1212,9 @@ int Camera::PcoCheckError(int line, const char *file, int err, const char *fn,
{
DEB_WARNING
()
<<
fnId
<<
": --- WARNING - IGNORED --- "
<<
DEB_VAR1
(
m_pcoData
->
pcoErrorMsg
);
// DEB_TRACE() << fnId << ": --- WARNING - IGNORED --- " <<
// DEB_VAR1(m_pcoData->pcoErrorMsg);
return
0
;
}
DEB_
TRACE
()
<<
fnId
<<
":
\n
"
<<
msg
<<
"
\n
"
<<
tmpMsg
;
DEB_
WARNING
()
<<
fnId
<<
":
\n
... "
<<
msg
<<
"
\n
...
"
<<
tmpMsg
;
return
(
err
);
}
return
(
err
);
...
...
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