Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
38fd783d
Commit
38fd783d
authored
Aug 21, 2015
by
Francisco Miguel Biete
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-663 Lower log level. Released under the Affero GNU General Public License (AGPL) version 3.
parent
1b6974c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
combined.php
src/backend/combined/combined.php
+3
-3
No files found.
src/backend/combined/combined.php
View file @
38fd783d
...
...
@@ -77,7 +77,7 @@ class BackendCombined extends Backend {
ZPush
::
IncludeBackend
(
$b
[
'name'
]);
$this
->
backends
[
$i
]
=
new
$b
[
'name'
]();
}
ZLog
::
Write
(
LOGLEVEL_
INFO
,
sprintf
(
"Combined %d backends loaded."
,
count
(
$this
->
backends
)));
ZLog
::
Write
(
LOGLEVEL_
DEBUG
,
sprintf
(
"Combined %d backends loaded."
,
count
(
$this
->
backends
)));
}
/**
...
...
@@ -116,7 +116,7 @@ class BackendCombined extends Backend {
return
false
;
}
}
ZLog
::
Write
(
LOGLEVEL_
INFO
,
"Combined->Logon() success"
);
ZLog
::
Write
(
LOGLEVEL_
DEBUG
,
"Combined->Logon() success"
);
return
true
;
}
...
...
@@ -154,7 +154,7 @@ class BackendCombined extends Backend {
return
false
;
}
}
ZLog
::
Write
(
LOGLEVEL_
INFO
,
"Combined->Setup() success"
);
ZLog
::
Write
(
LOGLEVEL_
DEBUG
,
"Combined->Setup() success"
);
return
true
;
}
...
...
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