added unlinked controller; change create forwarded to createOrUpdate; added global proxy mutex
This commit is contained in:
@@ -37,7 +37,7 @@ func NewLogger(subj string) *Logger {
|
||||
}
|
||||
}
|
||||
|
||||
func xxxNewLogger() *Logger {
|
||||
func NewUnamedLogger() *Logger {
|
||||
return &Logger{
|
||||
writer: output,
|
||||
mtx: &mtx,
|
||||
|
||||
Reference in New Issue
Block a user