~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/session/stub.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:
154
154
        }
155
155
    } catch(const std::runtime_error& e)
156
156
    {
157
 
        LOG(WARNING) << e.what();
 
157
        VLOG(1) << e.what();
158
158
    }
159
159
}
160
160
 
185
185
        }
186
186
    } catch(const std::runtime_error& e)
187
187
    {
188
 
        LOG(WARNING) << e.what();
 
188
        VLOG(1) << e.what();
189
189
    }
190
190
}
191
191
 
216
216
        }
217
217
    } catch(const std::runtime_error& e)
218
218
    {
219
 
        LOG(WARNING) << e.what();
 
219
        VLOG(1) << e.what();
220
220
    }
221
221
}
222
222