Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
156bb372
Commit
156bb372
authored
Aug 01, 2009
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update logs
parent
44ea76a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
SharedMemory.cc
extensions/SharedMemory/SharedMemory.cc
+5
-4
No files found.
extensions/SharedMemory/SharedMemory.cc
View file @
156bb372
...
...
@@ -556,7 +556,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode )
xmlNode
*
n
=
conf
->
findNode
(
cnode
,
"History"
);
if
(
!
n
)
{
dlog
[
Debug
::
WARN
]
<<
myname
<<
"(buildHistoryList): <History> not found
"
<<
endl
;
dlog
[
Debug
::
WARN
]
<<
myname
<<
"(buildHistoryList): <History> not found
. ignore...
"
<<
endl
;
return
;
}
...
...
@@ -568,7 +568,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode )
if
(
!
it
.
goChildren
()
)
{
dlog
[
Debug
::
WARN
]
<<
myname
<<
"(buildHistoryList): <History> empty..."
<<
endl
;
dlog
[
Debug
::
WARN
]
<<
myname
<<
"(buildHistoryList): <History> empty.
ignore.
.."
<<
endl
;
return
;
}
...
...
@@ -589,7 +589,8 @@ void SharedMemory::buildHistoryList( xmlNode* cnode )
{
dlog
[
Debug
::
WARN
]
<<
myname
<<
"(buildHistory): not found sensor ID for "
<<
it
.
getProp
(
"idFuse"
)
<<
" history item id="
<<
it
.
getProp
(
"id"
)
<<
endl
;
<<
" history item id="
<<
it
.
getProp
(
"id"
)
<<
" ..ignore.."
<<
endl
;
continue
;
}
...
...
@@ -600,7 +601,7 @@ void SharedMemory::buildHistoryList( xmlNode* cnode )
}
if
(
dlog
.
debugging
(
Debug
::
INFO
)
)
dlog
[
Debug
::
INFO
]
<<
myname
<<
"(buildHistoryList): histo
ty size
="
<<
hist
.
size
()
<<
endl
;
dlog
[
Debug
::
INFO
]
<<
myname
<<
"(buildHistoryList): histo
ry logs count
="
<<
hist
.
size
()
<<
endl
;
}
// -----------------------------------------------------------------------------
void
SharedMemory
::
checkHistoryFilter
(
UniXML_iterator
&
xit
)
...
...
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