sugarlabs / sugar

Sugar GTK shell
GNU General Public License v3.0
255 stars 241 forks source link

Fix for datastore.log noise #724

Closed quozl closed 7 years ago

quozl commented 7 years ago

Since 0.106.0 and possibly earlier, datastore.log always contains

1476242752.500065 WARNING root: Unknown term: 
  dbus.String(u'mountpoints')=dbus.Array([dbus.String(u'/')],
  signature=dbus.Signature('s'), variant_level=1)

The datastore does not deal with the term mountpoints. So filter the query before sending it.