Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dapcash-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DapCash
dapcash-node
Commits
75608be2
Commit
75608be2
authored
5 years ago
by
alexander.lysikov
Browse files
Options
Downloads
Patches
Plain Diff
fixed node_cli and update modules
parent
255a4269
No related branches found
No related tags found
1 merge request
!8
Feature 3124
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libdap-chain-net
+1
-1
1 addition, 1 deletion
libdap-chain-net
sources/main_node_cli.c
+2
-0
2 additions, 0 deletions
sources/main_node_cli.c
with
3 additions
and
1 deletion
libdap-chain-net
@
5a2f860a
Compare
82931d83
...
5a2f860a
Subproject commit
82931d83ca4f88bf30e7a2dbae7c896201ea60e8
Subproject commit
5a2f860accd8036d0ca2f9daca0a0be6dab10630
This diff is collapsed.
Click to expand it.
sources/main_node_cli.c
+
2
−
0
View file @
75608be2
...
...
@@ -28,6 +28,7 @@
#include
<string.h>
#include
"dap_common.h"
#include
"dap_strfuncs.h"
#include
"dap_config.h"
#include
"dap_app_cli.h"
...
...
@@ -65,6 +66,7 @@ int main(int argc, const char *argv[])
s_config_dir
=
dap_strdup_printf
(
"%s/etc"
,
g_sys_dir_path
);
s_log_file_path
=
dap_strdup_printf
(
"%s/var/log/%s.log"
,
g_sys_dir_path
,
dap_get_appname
());
dap_config_init
(
s_config_dir
);
char
*
l_log_dir_path
=
dap_strdup_printf
(
"%s/var/log"
,
g_sys_dir_path
);
dap_mkdir_with_parents
(
l_log_dir_path
);
...
...
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