Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
9aa3d09a
Commit
9aa3d09a
authored
Dec 21, 2018
by
Micha Mueller
Browse files
Tiny fixes to ConfiguratorTemplate
parent
07d1df53
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/includes/ConfiguratorTemplate.h
View file @
9aa3d09a
...
...
@@ -167,6 +167,7 @@ public:
}
}
else
{
LOG
(
warning
)
<<
"Template single "
<<
_baseName
<<
" "
<<
val
.
second
.
data
()
<<
" could not be read! Omitting"
;
delete
sensor
;
delete
group
;
}
}
else
{
...
...
@@ -223,6 +224,7 @@ public:
storeSensorGroup
(
group
);
}
else
{
LOG
(
warning
)
<<
"Single "
<<
_baseName
<<
" "
<<
val
.
second
.
data
()
<<
" could not be read! Omitting"
;
delete
sensor
;
delete
group
;
}
}
...
...
@@ -340,7 +342,7 @@ protected:
sBase
=
*
(
it
->
second
);
sBase
.
setName
(
config
.
data
());
}
else
{
LOG
(
warning
)
<<
"Template "
<<
_
group
Name
<<
"
\"
"
<<
def
.
get
().
data
()
<<
"
\"
not found! Using standard values."
;
LOG
(
warning
)
<<
"Template "
<<
_
base
Name
<<
"
\"
"
<<
def
.
get
().
data
()
<<
"
\"
not found! Using standard values."
;
}
}
...
...
@@ -382,7 +384,7 @@ protected:
sGroup
=
*
(
it
->
second
);
sGroup
.
setGroupName
(
config
.
data
());
}
else
{
LOG
(
warning
)
<<
"Template "
<<
_groupName
<<
"
\"
"
<<
def
.
get
().
data
()
<<
"
\"
not found! Using standard values."
;
LOG
(
warning
)
<<
"Template "
<<
_groupName
<<
"
\"
"
<<
def
.
get
().
data
()
<<
"
\"
not found! Using standard values."
;
}
}
...
...
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