Minor fix
This commit is contained in:
parent
6bbf9c3dab
commit
40426c293e
1 changed files with 5 additions and 5 deletions
|
@ -112,7 +112,7 @@
|
|||
throw new DatabaseException('Failed to register client: ' . $e->getMessage(), $e);
|
||||
}
|
||||
|
||||
Log::info('net.nosial.federationlib', sprintf('Registered client with UUID %s', $uuid));
|
||||
Log::info(Misc::FEDERATIONLIB, sprintf('Registered client with UUID %s', $uuid));
|
||||
return $uuid;
|
||||
}
|
||||
|
||||
|
@ -288,7 +288,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
Log::verbose('net.nosial.federationlib', sprintf('Changed client name for client %s to %s', $client_uuid, $name));
|
||||
Log::verbose(Misc::FEDERATIONLIB, sprintf('Changed client name for client %s to %s', $client_uuid, $name));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -367,7 +367,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
Log::verbose('net.nosial.federationlib', sprintf('Changed client description for client %s to %s', $client_uuid, $description));
|
||||
Log::verbose(Misc::FEDERATIONLIB, sprintf('Changed client description for client %s to %s', $client_uuid, $description));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -445,7 +445,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
Log::verbose('net.nosial.federationlib', sprintf('Changed client permission role for client %s to %s', $client_uuid, $permission_role));
|
||||
Log::verbose(Misc::FEDERATIONLIB, sprintf('Changed client permission role for client %s to %s', $client_uuid, $permission_role));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -508,7 +508,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
Log::verbose('net.nosial.federationlib', sprintf('Updated last seen timestamp for client %s to %s', $uuid, $timestamp));
|
||||
Log::verbose(Misc::FEDERATIONLIB, sprintf('Updated last seen timestamp for client %s to %s', $uuid, $timestamp));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue