Private GIT

Skip to content
Snippets Groups Projects
Commit 0cc4324f authored by Sarakha63's avatar Sarakha63
Browse files

added logging message for commit history

parent dbae3160
Branches
Tags
No related merge requests found
......@@ -399,6 +399,7 @@ class GitUpdateManager(UpdateManager):
logger.log(u"Didn't find indication of success in output, assuming git pull succeeded", logger.DEBUG)
logger.log(u"Output: "+str(output))
return True
logger.log(u"Writing commit History", logger.DEBUG)
log=self._run_git('log --pretty="%h - %s" --no-merges -100')
fp = open (os.path.join(sickbeard.DATA_DIR, "hist.log"), 'wb')
fp.write (log)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment