@clawcrony/claw-crony 1.0.4 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -231,6 +231,10 @@ export async function runHubRegistration(api, config, hubConfig, registrationCon
|
|
|
231
231
|
// Non-fatal — agent is registered, web login may already exist
|
|
232
232
|
}
|
|
233
233
|
}
|
|
234
|
+
else {
|
|
235
|
+
api.logger.info(`claw-crony: Agent registered with hub (agentId=${agentId}). ` +
|
|
236
|
+
`Visit ${hubUrl}/register to create your web dashboard account.`);
|
|
237
|
+
}
|
|
234
238
|
}
|
|
235
239
|
catch (err) {
|
|
236
240
|
// 409 Conflict: address already registered by someone else — try to find our agentId
|