Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7276)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7277)
@@ -29,4 +29,7 @@
    * datacenter/macros/fillstar.C:
      - fixed bug
+
+   * datacenter/scripts/dodatacheck:
+     - fixed logging of sinope
 
 
Index: /trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck	(revision 7276)
+++ /trunk/MagicSoft/Mars/datacenter/scripts/dodatacheck	(revision 7277)
@@ -130,5 +130,5 @@
       
       echo "running sinope $sin..." >> $scriptlog 2>&1
-      ./sinope -b -q -v4 -f $sin --outf=$sinopefile --log=$sinopefile.log --html=$sinopefile.html --out=$sinopepath --run=$run --date=$date2  2>> $scriptlog > /dev/null
+      ./sinope -b -q -v4 -f $sin --outf=$sinopefile --out=$sinopepath --log=$sinopepath/$sinopefile.log --html=$sinopepath/$sinopefile.html --run=$run --date=$date2  2>> $scriptlog > /dev/null
       check2=$?
       
