Author: duncan
Date: Tue Jun  5 18:59:39 2007
New Revision: 9649

Modified:
   branches/rel-1/freevo/setup.py
   branches/rel-1/freevo/src/video/encodingclient.py

Log:
Updated debugging and version handling


Modified: branches/rel-1/freevo/setup.py
==============================================================================
--- branches/rel-1/freevo/setup.py      (original)
+++ branches/rel-1/freevo/setup.py      Tue Jun  5 18:59:39 2007
@@ -112,7 +112,7 @@
     if os.path.isdir('.svn'):
         try:
             from subprocess import Popen, PIPE
-            p1 = Popen(["svn", "info", "--revision=HEAD"], stdout=PIPE)
+            p1 = Popen(["svn", "info", "--revision=BASE"], stdout=PIPE)
             p2 = Popen(["sed", "-n", "/Revision:/s/Revision: 
*\([0-9]*\)/\\1/p"], stdin=p1.stdout, stdout=PIPE)
             revision = p2.communicate()[0]
             fh = open('src/revision.py', 'w')

Modified: branches/rel-1/freevo/src/video/encodingclient.py
==============================================================================
--- branches/rel-1/freevo/src/video/encodingclient.py   (original)
+++ branches/rel-1/freevo/src/video/encodingclient.py   Tue Jun  5 18:59:39 2007
@@ -116,7 +116,7 @@
     This call can take some time (10 seconds on average) before returning, 
because the
     encodingserver analyzes the video during this call."""
 
-    _debug_('initEncodeJob(%s, %s, %s, %s)' % (source, output, friendlyname, 
title), 0)
+    _debug_('initEncodeJob(%s, %s, %s, %s)' % (source, output, friendlyname, 
title), config.DINFO)
     if not (source or output):
         return (False, "EncodingClient: no source and/or output")
 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to