Quiet error message when unecessary
This commit is contained in:
parent
de1796605f
commit
fddf101885
@ -502,11 +502,11 @@ class Activity(ExportedGObject):
|
||||
|
||||
if _PROP_TYPE in rprops.keys():
|
||||
type = rprops[_PROP_TYPE]
|
||||
if type != self._type:
|
||||
# Type can never be changed after first set
|
||||
if self._type:
|
||||
logging.debug("Activity type changed by network; this is illegal")
|
||||
else:
|
||||
if type != self._type:
|
||||
self._type = type
|
||||
changed = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user