launch_daemon: Fixed DemandEvent::ToString().
* Reported "event" instead of "demand".
This commit is contained in:
@@ -471,7 +471,7 @@ DemandEvent::Unregister(EventRegistrator& registrator)
|
|||||||
BString
|
BString
|
||||||
DemandEvent::ToString() const
|
DemandEvent::ToString() const
|
||||||
{
|
{
|
||||||
return "event";
|
return "demand";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user