Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb-backend-go
Commits
e76d8b87
Commit
e76d8b87
authored
Oct 09, 2020
by
Sonja Happ
Browse files
AMQP: add one more line for debugging
parent
b431d784
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
amqp/amqpclient.go
View file @
e76d8b87
...
...
@@ -170,7 +170,8 @@ func ConnectAMQP(uri string) error {
}
// Validate the new IC
if
err
=
newICReq
.
Validate
();
err
!=
nil
{
err
=
newICReq
.
Validate
()
if
err
!=
nil
{
log
.
Println
(
"AMQP: Validation of new IC failed:"
,
err
)
continue
}
...
...
@@ -225,7 +226,7 @@ func ConnectAMQP(uri string) error {
continue
}
//
log.Println("AMQP: Updated IC ", sToBeUpdated.Name)
log
.
Println
(
"AMQP: Updated IC "
,
sToBeUpdated
.
Name
)
}
}
...
...
Write
Preview
Supports
Markdown
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