Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
agkyra
Commits
7bf5e8dd
Commit
7bf5e8dd
authored
May 08, 2015
by
Giorgos Korfiatis
Browse files
fix some logs
parent
b94da20a
Changes
2
Hide whitespace changes
Inline
Side-by-side
agkyra/agkyra/syncer/localfs_client.py
View file @
7bf5e8dd
...
...
@@ -96,7 +96,7 @@ def eq_float(f1, f2):
def
files_equal
(
f1
,
f2
):
logger
.
info
(
"Comparing files: '%s', '%s'"
%
(
f1
,
f2
))
logger
.
debug
(
"Comparing files: '%s', '%s'"
%
(
f1
,
f2
))
stats1
,
st1
=
get_local_status
(
f1
)
stats2
,
st2
=
get_local_status
(
f2
)
if
st1
!=
st2
:
...
...
agkyra/agkyra/syncer/setup.py
View file @
7bf5e8dd
...
...
@@ -113,8 +113,8 @@ class SyncerSettings():
db
=
None
if
db
is
None
:
logger
.
info
(
"Connecting db: '%s', thread: %s"
%
(
self
.
full_dbname
,
threading
.
current_thread
().
ident
))
logger
.
debug
(
"Connecting db: '%s', thread: %s"
%
(
self
.
full_dbname
,
threading
.
current_thread
().
ident
))
db
=
SqliteFileStateDB
(
self
.
full_dbname
,
initialize
=
initialize
)
if
dbs
is
None
:
thread_local_data
.
dbs
=
{}
...
...
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