Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
opentrafficshaper
opentrafficshaper
Commits
dd55e871
Commit
dd55e871
authored
Mar 06, 2018
by
Nigel Kukard
Browse files
Fixed error message
parent
d7f0eb42
Changes
1
Hide whitespace changes
Inline
Side-by-side
opentrafficshaper/plugins/tc/tc.pm
View file @
dd55e871
...
...
@@ -315,7 +315,7 @@ sub _session_pool_add
# Grab pool
my
$pool
;
if
(
!
defined
(
$pool
=
getPool
(
$pid
)))
{
$logger
->
log
(
LOG_ERR
,"
[TC] Shaper '
remove
' event with non existing pool '%s'
",
$pid
);
$logger
->
log
(
LOG_ERR
,"
[TC] Shaper '
add
' event with non existing pool '%s'
",
$pid
);
return
;
}
...
...
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