X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=bin%2FBackupPC_dump;h=8d27db3496a76ef67507e717179c775175255de9;hb=e4a233559926fe41888b2f6c5cc716401b715162;hp=e6d75f385c0a50f9563379a18b916193bd09fc59;hpb=7dee89bfce659051d486cc66515bb7f22bbc4f09;p=BackupPC.git diff --git a/bin/BackupPC_dump b/bin/BackupPC_dump index e6d75f3..8d27db3 100755 --- a/bin/BackupPC_dump +++ b/bin/BackupPC_dump @@ -70,7 +70,7 @@ # #======================================================================== # -# Version 2.0.0beta1, released 30 Mar 2003. +# Version 2.0.0beta2, released 13 Apr 2003. # # See http://backuppc.sourceforge.net. # @@ -215,9 +215,8 @@ if ( !$opts{d} ) { print("Name server doesn't know about $host; trying NetBios\n") if ( $opts{v} ); if ( !defined($hostIP = $bpc->NetBiosHostIPFind($host)) ) { - print(LOG $bpc->timeStamp, - "dump failed: Can't find host $host\n"); - print("dump failed: Can't find host $host\n"); + print(LOG $bpc->timeStamp, "Can't find host $host via netbios\n"); + print("host not found\n"); exit(1); } } else {