X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=bin%2FBackupPC_dump;h=8d27db3496a76ef67507e717179c775175255de9;hp=e6d75f385c0a50f9563379a18b916193bd09fc59;hb=3ec73efe5ee035c9cda24dc70500157e455d9c84;hpb=7dee89bfce659051d486cc66515bb7f22bbc4f09;ds=sidebyside 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 {