Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Eric Vidal
66
Commits
477e09c0
Commit
477e09c0
authored
2 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
fix messages
parent
71db2710
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lib66/exec/ssexec_tree.c
+1
-1
1 addition, 1 deletion
src/lib66/exec/ssexec_tree.c
src/lib66/parse/parse_frontend.c
+1
-1
1 addition, 1 deletion
src/lib66/parse/parse_frontend.c
with
2 additions
and
2 deletions
src/lib66/exec/ssexec_tree.c
+
1
−
1
View file @
477e09c0
...
@@ -580,7 +580,7 @@ void tree_master_modify_contents(char const *base, char const *treename)
...
@@ -580,7 +580,7 @@ void tree_master_modify_contents(char const *base, char const *treename)
auto_strings
(
solve
,
base
,
SS_SYSTEM
,
SS_RESOLVE
)
;
auto_strings
(
solve
,
base
,
SS_SYSTEM
,
SS_RESOLVE
)
;
if
(
!
sastr_dir_get
(
&
sa
,
solve
,
exclude
,
S_IFREG
))
if
(
!
sastr_dir_get
(
&
sa
,
solve
,
exclude
,
S_IFREG
))
log_dieu_nclean
(
LOG_EXIT_SYS
,
&
cleanup
,
"get resolve files of tree
: "
,
treename
)
;
log_dieu_nclean
(
LOG_EXIT_SYS
,
&
cleanup
,
"get resolve files of tree
s"
)
;
size_t
ncontents
=
sastr_nelement
(
&
sa
)
;
size_t
ncontents
=
sastr_nelement
(
&
sa
)
;
...
...
This diff is collapsed.
Click to expand it.
src/lib66/parse/parse_frontend.c
+
1
−
1
View file @
477e09c0
...
@@ -135,7 +135,7 @@ int parse_frontend(char const *sv, resolve_service_t *ares, unsigned int *aresle
...
@@ -135,7 +135,7 @@ int parse_frontend(char const *sv, resolve_service_t *ares, unsigned int *aresle
if
(
!
force
)
{
if
(
!
force
)
{
log_
info
(
"ignoring service: "
,
svname
,
" -- already present at tree: "
,
atree
)
;
log_
warn
(
"ignoring service: "
,
svname
,
" -- already present at tree: "
,
atree
)
;
return
2
;
return
2
;
}
else
if
(
info
->
opt_tree
)
{
}
else
if
(
info
->
opt_tree
)
{
...
...
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