|
From: <fcr...@us...> - 2012-01-21 03:10:16
|
Revision: 794
http://safekeep.svn.sourceforge.net/safekeep/?rev=794&view=rev
Author: fcrawford
Date: 2012-01-21 03:10:10 +0000 (Sat, 21 Jan 2012)
Log Message:
-----------
Tie message to specific backup configuration
Modified Paths:
--------------
safekeep/trunk/safekeep
Modified: safekeep/trunk/safekeep
===================================================================
--- safekeep/trunk/safekeep 2012-01-20 13:21:54 UTC (rev 793)
+++ safekeep/trunk/safekeep 2012-01-21 03:10:10 UTC (rev 794)
@@ -334,7 +334,7 @@
if tag:
if not tag.startswith('@'): tag = '@' + tag.lstrip()
tags.append(tag.strip())
- elif not is_client:
+ elif is_client:
warn('Device: %s: empty tag in taglist: %s' % (device, tag_el))
return { 'device' : device, 'size' : size, 'tags' : tags }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|