Changeset 177 in pacpusframework for trunk/examples


Ignore:
Timestamp:
10/11/13 14:42:31 (11 years ago)
Author:
Marek Kurdej
Message:

Update: minor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/ProducerConsumerExample/ProducerExample.cpp

    r176 r177  
    66#include <Pacpus/kernel/InputOutputInterface.h>
    77#include <Pacpus/kernel/Log.h>
    8 #include <QColor>
    98
    109using namespace pacpus;
     
    5857    LOG_TRACE(Q_FUNC_INFO);
    5958
    60     //Q_ASSERT(input);
    61 
    6259    start();
    6360    setActive(true);
     
    8279    std::fstream file(outputFileName, std::ios_base::out | std::ios_base::app);
    8380    if (!file.is_open()) {
    84         LOG_ERROR("file '" << outputFileName << "'cannot be opened");
     81        LOG_ERROR("file '" << outputFileName << "' cannot be opened");
    8582    }
    8683
Note: See TracChangeset for help on using the changeset viewer.