Merge branch 'cc-4630-2' of https://github.com/rgrinberg/Airtime into 2.2.x

This commit is contained in:
Martin Konecny 2013-02-02 20:59:23 -05:00
commit 6c6953a5d8
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@ def WatchAddAction(option, opt, value, parser):
print "%s added to watched folder list successfully" % path
else:
print "Adding a watched folder failed: %s" % res['msg']['error']
print "This error most likely caused by wrong permissions"
print "Try fixing this error by chmodding the parent directory(ies)"
else:
print "Given path is not a directory: %s" % path