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