~thomas-voss/location-service/make-trials-in-gps-test-configurable-and-output-test-summary

« back to all changes in this revision

Viewing changes to src/location_service/com/ubuntu/location/service/daemon_main.cpp

  • Committer: CI bot
  • Author(s): thomas-voss
  • Date: 2014-08-18 08:11:34 UTC
  • mfrom: (92.3.3 fix-1356814)
  • Revision ID: ps-jenkins@lists.canonical.com-20140818081134-pwbsowtoz9o0bmdk
Clean up CachedRadioCell and CachedWirelessNetwork.
Switch to logging to syslog. Fixes: 1356814
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    if (ec)
44
44
    {
45
45
        FLAGS_logtostderr = true;
46
 
        LOG(WARNING) << "Problem creating directory for log files: " << ec << "."
 
46
        VLOG(1) << "Problem creating directory for log files: " << ec << "."
47
47
                     << "Falling back to stderr logging.";
48
48
    }
49
49