Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
f2ddf36f
Commit
f2ddf36f
authored
Oct 29, 2024
by
Levin Zimmermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wcfs: applying Kirills suggestions for improved debug log
parent
af3c514e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
wcfs/wcfs.go
wcfs/wcfs.go
+3
-1
No files found.
wcfs/wcfs.go
View file @
f2ddf36f
...
...
@@ -909,7 +909,7 @@ retry:
if
log
.
V
(
2
)
{
// debug dump δF
log
.
Infof
(
"
\n\n
S: handleδZ: δF (#%d):
\n
"
,
len
(
δF
.
ByFile
))
log
.
Infof
(
"
\n\n
S:
>>>
handleδZ: δF (#%d):
\n
"
,
len
(
δF
.
ByFile
))
for
foid
,
δfile
:=
range
δF
.
ByFile
{
blkv
:=
δfile
.
Blocks
.
Elements
()
sort
.
Slice
(
blkv
,
func
(
i
,
j
int
)
bool
{
...
...
@@ -925,6 +925,8 @@ retry:
log
.
Infof
(
"S:
\t
- %s
\t
%2s %v
\n
"
,
foid
,
flags
,
blkv
)
}
log
.
Infof
(
"
\n\n
"
)
defer
log
.
Infof
(
"
\n\n
S: <<< handleδZ
\n
"
)
}
// put zhead's transaction into ctx because we will potentially need to
...
...
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