~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/connectivity/ofono.h

  • 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:
30
30
#include <core/dbus/types/stl/tuple.h>
31
31
#include <core/dbus/types/stl/vector.h>
32
32
 
 
33
#include <com/ubuntu/location/logging.h>
 
34
 
33
35
namespace org
34
36
{
35
37
struct Ofono
612
614
 
613
615
                if (it == properties.end())
614
616
                {
615
 
                    LOG(WARNING) << "Could not find property for name " << Property::name();
 
617
                    VLOG(1) << "Could not find property for name " << Property::name();
616
618
                    return typename Property::ValueType{};
617
619
                }
618
620