Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Minecraft Modpackdownloader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Gaab
Minecraft Modpackdownloader
Commits
4554f7c5
Commit
4554f7c5
authored
9 months ago
by
Kevin Gaab
Browse files
Options
Downloads
Patches
Plain Diff
Adjustede double [[]] in the Logging Module
parent
4a590324
Loading
Loading
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
LauncherNetCore/GaabLogging.cs
+4
-4
4 additions, 4 deletions
LauncherNetCore/GaabLogging.cs
LauncherNetCore/GaabUpdate.cs
+1
-0
1 addition, 0 deletions
LauncherNetCore/GaabUpdate.cs
with
5 additions
and
4 deletions
LauncherNetCore/GaabLogging.cs
+
4
−
4
View file @
4554f7c5
...
...
@@ -23,16 +23,16 @@
switch
(
loglevel
)
{
case
0
:
prefix
=
"
[
DEBUG
]
"
;
prefix
=
"DEBUG"
;
break
;
case
1
:
prefix
=
"
[
INFO
]
"
;
prefix
=
"INFO"
;
break
;
case
2
:
prefix
=
"
[
WARNING
]
"
;
prefix
=
"WARNING"
;
break
;
case
3
:
prefix
=
"
[
ERROR
]
"
;
prefix
=
"ERROR"
;
break
;
}
...
...
This diff is collapsed.
Click to expand it.
LauncherNetCore/GaabUpdate.cs
+
1
−
0
View file @
4554f7c5
...
...
@@ -84,6 +84,7 @@ namespace LauncherNetCore
}
else
{
await
GaabLogging
.
Log
(
filename
+
" downloadng..."
,
"update_modpack"
);
await
gcdn
.
DownloadCompressedFile
(
this
.
dlServer
+
"/"
+
remoteFile
.
Path
+
".zst"
,
localFilePath
,
this
.
listbox_activity
,
filename
);
}
...
...
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