[OpenWalnut-Dev] [OWci] r6853: [STYLE #42] This give more documentation when running in debug, to see wheather a file is written or not.

Sebastian Eichelbaum eichelbaum at informatik.uni-leipzig.de
Thu Jan 16 11:21:56 CET 2014


This isn't style. It is improvement of an existing module. DOC would be OK too (at least for me).

On Thu, 16 Jan 2014, math wrote:

> *Branch default*
> [STYLE #42] This give more documentation when running in debug, to see wheather a file is written or not.
> 
> changeset 6853:8450165961a4 in /srv/hg/ow (Thu Jan 16 10:41:20 2014 +0100):
> 
> http://www.openwalnut.org/projects/openwalnut/repository/revisions/6853
> 
> diffstat:
> 
>  src/modules/writeTracts/WMWriteTracts.cpp |  2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diffs (19 lines):
> 
> diff -r 6cc1ca6ddbf0 -r 8450165961a4 src/modules/writeTracts/WMWriteTracts.cpp
> --- a/src/modules/writeTracts/WMWriteTracts.cpp	Tue Jan 14 14:59:09 2014 +0100
> +++ b/src/modules/writeTracts/WMWriteTracts.cpp	Thu Jan 16 10:41:20 2014 +0100
> @@ -127,6 +127,7 @@
>  
>          if( m_run->get( true ) == WPVBaseTypes::PV_TRIGGER_TRIGGERED )
>          {
> +            debugLog() << "Start saving fibers: " << m_savePath->get();
>              switch( m_fileTypeSelection->get( true ).getItemIndexOfSelected( 0 ) )
>              {
>                  case 0:
> @@ -161,6 +162,7 @@
>                      debugLog() << "this shouldn't be reached";
>                      break;
>              }
> +            debugLog() << "Finished saving fibers.";
>              m_run->set( WPVBaseTypes::PV_TRIGGER_READY, true );
>          }
>      }
> _______________________________________________
> All-openwalnut-commits mailing list
> All-openwalnut-commits at lists.informatik.uni-leipzig.de
> http://lists.informatik.uni-leipzig.de/mailman/listinfo/all-openwalnut-commits
> 

-- 
Dipl.-Inf. Sebastian Eichelbaum
Universität Leipzig
Institut für Informatik
Abteilung Bild- und Signalverarbeitung
PF 100920
D-04009 Leipzig


More information about the OpenWalnut-Dev mailing list