Merge branch '2.2.x' into 2.3.x
This commit is contained in:
commit
71b811348b
|
@ -170,6 +170,8 @@ def WatchAddAction(option, opt, value, parser):
|
||||||
print "%s added to watched folder list successfully" % path
|
print "%s added to watched folder list successfully" % path
|
||||||
else:
|
else:
|
||||||
print "Adding a watched folder failed: %s" % res['msg']['error']
|
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:
|
else:
|
||||||
print "Given path is not a directory: %s" % path
|
print "Given path is not a directory: %s" % path
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue