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

Mathias Goldau math at informatik.uni-leipzig.de
Thu Jan 16 12:49:34 CET 2014


Yeah, as I pushed it I had doubts as well, but it was to late. Sorry.

math

On 16/01/14 11:21, Sebastian Eichelbaum wrote:
> 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
>>
>

-- 
Universität Leipzig
Fakultät für Mathematik und Informatik
Institut für Informatik
Augustusplatz 10, 04109 Leipzig
Phone: +493419732283


More information about the OpenWalnut-Dev mailing list