~thomas-voss/indicator-network/fix-1382595

« back to all changes in this revision

Viewing changes to src/connectivity-cpp/src/platform/nmofono/wifi/grouped-access-point.cpp

  • Committer: CI bot
  • Author(s): Jussi Pakkanen
  • Date: 2014-10-10 20:33:03 UTC
  • mfrom: (431.1.4 indicator-network)
  • Revision ID: ps-jenkins@lists.canonical.com-20141010203303-tak8oxj9gjro5qgj
Made trace logging a compile time option. Fixes: 1376302
Approved by: Antti Kaijanmäki, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
            disconnect(i);
57
57
        }
58
58
    } catch(...) {
59
 
        std::cout << "Problem in destructor " << __PRETTY_FUNCTION__ << std::endl;
 
59
        std::cerr << "Problem in destructor " << __PRETTY_FUNCTION__ << std::endl;
60
60
    }
61
61
}
62
62