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

« back to all changes in this revision

Viewing changes to src/connectivity-cpp/dbus-cpp/services/nm.h

  • 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:
383
383
                            continue;
384
384
                        }
385
385
                        else {
 
386
#ifdef INDICATOR_NETWORK_TRACE_MESSAGES
386
387
                            std::cout << "Unexpected Connection.Active update: " << entry.first << std::endl;
 
388
#endif
387
389
                        }
388
390
                    }
389
391
                });