mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
less verbose
This commit is contained in:
parent
b030a6c390
commit
4a727cddff
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ attachargs(int argc, char **argv, int omode, int verbose)
|
|||
symfil = "a.out"; /* default */
|
||||
if(corpid){ /* try from corpid */
|
||||
if((s = proctextfile(corpid)) != nil){
|
||||
fprint(2, "corpid %d: text %s\n", corpid, s);
|
||||
if(verbose)
|
||||
fprint(2, "corpid %d: text %s\n", corpid, s);
|
||||
symfil = s;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue