more log
parent
7dd5af0681
commit
8aeab5ada5
|
|
@ -28,6 +28,7 @@ func One(ctx context.Context, p string) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.Printf("asses.deport(%s)...", p)
|
||||||
if err := deport(ctx, p); err != nil {
|
if err := deport(ctx, p); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue