Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
a17ec762
Commit
a17ec762
authored
May 18, 2021
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
fix spelling issues
parent
3ee8923e
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!23
Release
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
keyExchange/rekey.go
+1
-1
1 addition, 1 deletion
keyExchange/rekey.go
keyExchange/trigger.go
+1
-1
1 addition, 1 deletion
keyExchange/trigger.go
network/message/critical.go
+2
-2
2 additions, 2 deletions
network/message/critical.go
network/message/sendE2E.go
+1
-1
1 addition, 1 deletion
network/message/sendE2E.go
with
5 additions
and
5 deletions
keyExchange/rekey.go
+
1
−
1
View file @
a17ec762
...
...
@@ -137,7 +137,7 @@ func negotiate(instance *network.Instance, sendE2E interfaces.SendE2E,
// otherwise, the transmission is a success and this should be denoted
// in the session and the log
jww
.
INFO
.
Printf
(
"Key Negotiation transmission for %s suc
e
sful"
,
jww
.
INFO
.
Printf
(
"Key Negotiation transmission for %s suc
ces
sful"
,
session
)
session
.
SetNegotiationStatus
(
e2e
.
Sent
)
...
...
This diff is collapsed.
Click to expand it.
keyExchange/trigger.go
+
1
−
1
View file @
a17ec762
...
...
@@ -153,7 +153,7 @@ func handleTrigger(sess *storage.Session, net interfaces.NetworkManager,
// otherwise, the transmission is a success and this should be denoted
// in the session and the log
sess
.
GetCriticalMessages
()
.
Succeeded
(
m
)
jww
.
INFO
.
Printf
(
"Key Negotiation transmission for %s suc
e
sfull"
,
jww
.
INFO
.
Printf
(
"Key Negotiation transmission for %s suc
ces
sfull
y
"
,
session
)
return
nil
...
...
This diff is collapsed.
Click to expand it.
network/message/critical.go
+
2
−
2
View file @
a17ec762
...
...
@@ -80,7 +80,7 @@ func (m *Manager) criticalMessages() {
return
}
jww
.
INFO
.
Printf
(
"Suc
e
sful
l
resend of critical message "
+
jww
.
INFO
.
Printf
(
"Suc
ces
sful resend of critical message "
+
"to %s on rounds %d"
,
msg
.
Recipient
,
rounds
)
critMsgs
.
Succeeded
(
msg
)
}(
msg
,
param
)
...
...
@@ -128,7 +128,7 @@ func (m *Manager) criticalMessages() {
return
}
jww
.
INFO
.
Printf
(
"Suc
e
sful
l
resend of critical raw message "
+
jww
.
INFO
.
Printf
(
"Suc
ces
sful resend of critical raw message "
+
"to %s (msgDigest: %s) on round %d"
,
rid
,
msg
.
Digest
(),
round
)
critRawMsgs
.
Succeeded
(
msg
,
rid
)
...
...
This diff is collapsed.
Click to expand it.
network/message/sendE2E.go
+
1
−
1
View file @
a17ec762
...
...
@@ -114,7 +114,7 @@ func (m *Manager) SendE2E(msg message.Send, param params.E2E) ([]id.Round, e2e.M
return
nil
,
e2e
.
MessageID
{},
errors
.
Errorf
(
"Failed to E2E send %v/%v sub payloads:"
+
" %s"
,
numFail
,
len
(
partitions
),
errRtn
)
}
else
{
jww
.
INFO
.
Printf
(
"Suc
e
sfully E2E sent %d/%d to %s"
,
jww
.
INFO
.
Printf
(
"Suc
ces
sfully E2E sent %d/%d to %s"
,
len
(
partitions
)
-
numFail
,
len
(
partitions
),
msg
.
Recipient
)
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment